GeocodingIOS class

An implementation of GeocodingPlatform for Android.

Inheritance
  • Object
  • PlatformInterface
  • GeocodingIOS

Constructors

GeocodingIOS()

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

isPresent() Future<bool>
Returns true if there is a geocoder implementation present that may return results. If true, there is still no guarantee that any individual geocoding attempt will succeed.
locationFromAddress(String address, {String? localeIdentifier}) Future<List<Location>>
Returns a list of Location instances found for the supplied address.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
placemarkFromAddress(String address) Future<List<Placemark>>
Returns a list of Placemark instances found for the supplied address.
inherited
placemarkFromCoordinates(double latitude, double longitude, {String? localeIdentifier}) Future<List<Placemark>>
Returns a list of Placemark instances found for the supplied coordinates.
setLocaleIdentifier(String localeIdentifier) Future<void>
Sets the locale identifier used for the geocoding.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith() → void
Registers this class as the default instance of GeocodingPlatform.