Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 698 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 698 Bytes

Routes

In this tutorial we see how used sevral google api in android like Place Autocomplete, Place detial api and direction api

Place Autocomplete api :- that's provide suggestion of place by keywords, see tutorial for deep knowledge https://developers.google.com/places/training/autocomplete-android Place detial api :- convert the place string to latitude and longitude coordinates Direction api :- get direction and from orgin to destination via different mode (walking, transit and driving) for deep knowledge read Google Maps javascript API v3 directions service from this link https://developers.google.com/maps/documentation/javascript/directions