mapbox_search library

Classes

BBox
BBoxConverter
CielabColor
Color
An object representing a color.
ColorFilter
ColorParser
Context
Country
CssColorSpace
EnumValues<T>
ExternalIds
FailureResponse
Feature
GeoCoding
The MapBox Geocoding API lets you convert location text into geographic coordinates (1600 Pennsylvania Ave NW → -77.0366,38.8971) and vice versa (reverse geocoding).
Geometry
HexColor
HslColor
HsvColor
LocationConverter
MapBoxMarker
MapBoxPath
MapBoxPlace
MapBoxSearch
Neighborhood
OptionalLocationConverter
Place
Predictions
Properties
Proximity
Region
RetrieveProperties
RetrieveResonse
RgbColor
SearchBoxAPI
Search for places by name, point, bbox, proximity, and more.
StaticImage
Suggestion
SuggestionResponse
XyzColor

Enums

FeatureType
GeometryType
MakiIcons
This file is auto-generated. Do not modify it manually.
MapBoxStyle
MarkerSize
PlaceType
Various types of geographic features are available in the Mapbox geocoder. Any type might appear as a top-level response, as context in a top-level response, or as a filtering option using the types parameter. Not all features are available or relevant in all parts of the world. New types are occasionally added as necessary to correctly capture global administrative hierarchies. The data types available in the geocoder, listed from the largest to the most granular, are:
POICategory
This file is auto-generated. Do not modify it manually.

Typedefs

ApiResponse<T> = ({FailureResponse? failure, T? success})
FilterFunction = Color Function(Color color, [List<num> args])
Location = ({double lat, double long})