Chapter 9. Using Google Maps APIs with Knockout

In this chapter, we will walk through building an application that uses Google Maps APIs. The application will allow the users to enter address information using the autocomplete feature of the API and retrieve address details. The application will render a map and allow the users to place markers on it. The users will also be able to get directions between two addresses both as description and route on the map.

We will implement the following application features in this chapter:

  • Capture from and to addresses using address autocomplete
  • View detailed address information
  • View a map
  • Place markers on the map for addresses
  • View route on the map between two markers

In this chapter, you will learn how to:

  • Build ...

Get KnockoutJS by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.