GmhService class

Constructors

GmhService.new()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAddress({required double lat, required double lng, required String apiKey}) Future<GmhAddressData?>
REVERSE GEOCODING: Get address from geocode
getGeocode({required String apiKey, required String address}) Future<GmhAddressData?>
GEOCODING: Get geocode from an address
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchAddress({required String text, required GmhSearchParams params}) Stream<List<GmhAddressData>>
Get list of addresses based on text query
toString() String
A string representation of this object.
inherited

Operators

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