GoogleMapsGeolocation class
/ https://developers.google.com/maps/documentation/geolocation/intro
Constructors
- GoogleMapsGeolocation({String apiKey, String baseUrl, Client httpClient})
Properties
-
apiHeaders
→ Map<
String, dynamic> -
read-onlyinherited
- apiKey → String
-
read-onlyinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- httpClient → Client
-
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- url → String
-
read-onlyinherited
Methods
-
buildBody(
{int homeMobileCountryCode, int homeMobileNetworkCode, String radioType, String carrier, bool considerIp, List< CellTower> cellTowers, List<WifiAccessPoint> wifiAccessPoints}) → Map -
buildQuery(
Map< String, dynamic> params) → String -
inherited
-
buildUrl(
) → String -
currentGeolocation(
) → Future< GeolocationResponse> -
dispose(
) → void -
inherited
-
doGet(
String url, {Map< String, dynamic> headers}) → Future<Response> -
inherited
-
doPost(
String url, String body, {Map< String, dynamic> headers}) → Future<Response> -
inherited
-
getGeolocation(
{int homeMobileCountryCode, int homeMobileNetworkCode, String radioType, String carrier, bool considerIp, List< CellTower> cellTowers, List<WifiAccessPoint> wifiAccessPoints}) → Future<GeolocationResponse> -
getGeolocationFromMap(
Map params) → Future< GeolocationResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited