Google Maps & Google Places Course
A step-by-step guide to build your own Instagram Clone
Google Maps & Google Places Course
Watch it here:This course will provide an introduction to the the Google Maps API and the Google Places API.
Here are some of the concepts we'll be going over in detail:
- How to Enable Google Maps and Google Places API in your Android Projects
- Finding the devices last known location
- Geolocating
- Finding a location address based on a search string
- Acquiring latitude and longitude coordinates
- Location Autocomplete text suggestions
- Adding Markers to a Google Map
- Adding Marker Info Windows that contain:
- Location Address
- Phone Number
- Website Url
- Price Rating
- Implementing a Place Picker Dialog
Lecture Source Code:
- Introduction and App Demo
- Google Maps API Setup (part1)
- Google Maps API Setup (part2)
- Mapping Permissions and OnMapReady Callback
- Get Device Location
- Search a Location and Geolocate
- Add Marker to Google Map
- Location Autosuggestions TextView
- Retrieving the Google Place Object
- Map Marker and Info Window
- Custom Marker Info Window
- Google Maps Place Picker