September 2019
Beginner
512 pages
12h 52m
English
The google_maps_webservice plugin is a Dart community plugin that offers a client the Google Places API. With this plugin, we can make calls to the Google web service without the need to create the requests by ourselves.
The plugin exposes the calls as methods of its GoogleMapsPlaces class. This class offers methods such as getDetailsByPlaceId, for example, which calls the details endpoint of the web service and wraps the response in a PlacesDetailsResponse class.
Read now
Unlock full access