SearchFilters class

Limit the search results

Constructors

SearchFilters({List<String>? countryCodes, List<String>? excludePlaceIds, int? limit, ViewBox? viewBox, String? email, bool? dedupe})

Properties

countryCodes List<String>?
list of country codes you want to search in
final
dedupe bool?
Sometimes you have several objects in OSM identifying the same place or object in reality. The simplest case is a street being split into many different OSM ways due to different characteristics. Nominatim will attempt to detect such duplicates and only return one match unless this parameter
final
email String?
If you are making large numbers of request please include an appropriate email address to identify your requests. See Nominatim's Usage Policy for more details.
final
excludePlaceIds List<String>?
list of places ids you want to exclude from search
final
hashCode int
The hash code for this object.
no setterinherited
limit int?
number of places in search response
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewBox ViewBox?
bounds where you search
final

Methods

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

Operators

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