public class MapServices
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
DirectionsService |
getDirectionService()
Returns instance of directions service.
|
ElevationService |
getElevationService()
Returns instance of elevation service, that defines a service class that talks directly
to Google servers for requesting elevation data.
|
Geocoder |
getGeocoder()
Returns instance of geocoder service, that used for converting between an address and a LatLng.
|
PlacesService |
getPlacesService()
Returns instance of places service, that contains methods related to searching for
Places and retrieving details about a Place.
|
public DirectionsService getDirectionService()
public PlacesService getPlacesService()
public Geocoder getGeocoder()
public ElevationService getElevationService()