GooglesMapsServicesDart class

Constructors

GooglesMapsServicesDart({Dio? dio, Serializers? serializers, String? basePathOverride, List<Interceptor>? interceptors})

Properties

dio → Dio
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializers → Serializers
final

Methods

getDirectionsAPIApi() DirectionsAPIApi
Get DirectionsAPIApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getDistanceMatrixAPIApi() DistanceMatrixAPIApi
Get DistanceMatrixAPIApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getElevationAPIApi() ElevationAPIApi
Get ElevationAPIApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getGeocodingAPIApi() GeocodingAPIApi
Get GeocodingAPIApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getGeolocationAPIApi() GeolocationAPIApi
Get GeolocationAPIApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getPlacesAPIApi() PlacesAPIApi
Get PlacesAPIApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getRoadsAPIApi() RoadsAPIApi
Get RoadsAPIApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getStreetViewAPIApi() StreetViewAPIApi
Get StreetViewAPIApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getTimeZoneAPIApi() TimeZoneAPIApi
Get TimeZoneAPIApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setApiKey(String name, String apiKey) → void
setBasicAuth(String name, String username, String password) → void
setBearerAuth(String name, String token) → void
setOAuthToken(String name, String token) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

basePath → const String