Nominatim class

OSM Nominatim helper

Constructors

Nominatim()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

reverseSearch({double? lat, double? lon, String? osmType, int? osmId, bool addressDetails = false, bool extraTags = false, bool nameDetails = false, String? language, int zoom = 18, String host = 'nominatim.openstreetmap.org'}) Future<Place>
Searches for a place by it's coordinates or OSM object
searchByName({String? query, String? street, String? city, String? county, String? state, String? country, String? postalCode, bool addressDetails = false, bool extraTags = false, bool nameDetails = false, String? language, List<String>? countryCodes, List<String>? excludePlaceIds, int limit = 10, ViewBox? viewBox, String host = 'nominatim.openstreetmap.org'}) Future<List<Place>>
Searches a places by their name