BaatoReverse class

A class to interact with Baato Reverse Geocoding API

Provides functionality to convert coordinates to place information using Baato API @deprecated This class is deprecated and will be removed in a future version

Annotations

Constructors

BaatoReverse.initialize({required GeoCoord latLon, required String accessToken, String? appId, String? securityCode, String? apiBaseUrl, String? apiVersion, int? radius, int? limit})
To initialize Baato Reverse API parameters using latLon and accessToken @deprecated This constructor is deprecated and will be removed in a future version

Properties

accessToken String
getter/setter pair
apiBaseUrl String?
getter/setter pair
apiVersion String?
getter/setter pair
appId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latLon ↔ GeoCoord
getter/setter pair
limit int?
getter/setter pair
radius int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityCode String?
getter/setter pair

Methods

getQueryParams() Map<String, dynamic>
Builds query parameters for API requests
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reverseGeocode() Future<PlaceResponse>
Reverse Search in baato
toString() String
A string representation of this object.
inherited

Operators

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