MapBoxSearch class

Implemented types

Constructors

MapBoxSearch({required String apiKey, String? language, int? limit, String? country})

Properties

apiKey String
API Key of the MapBox.
final
country String?
Limit results to one or more countries. Permitted values are ISO 3166 alpha 2 country codes separated by commas.
final
hashCode int
The hash code for this object.
no setterinherited
language String?
Specify the user’s language. This parameter controls the language of the text supplied in responses.
final
limit int?
Specify the maximum number of results to return. The default is 5 and the maximum supported is 10.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPlaces(String queryText) Future<List<MapBoxPlace>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
override
toString() String
A string representation of this object.
inherited

Operators

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