menu
mapbox_api package
documentation
mapbox_api.dart
GeocodingApiResponse
GeocodingApiResponse constructor
GeocodingApiResponse constructor
dark_mode
light_mode
GeocodingApiResponse
constructor
GeocodingApiResponse
(
{
String
?
type
,
List
<
String
>
?
query
,
String
?
attribution
,
List
<
GeocoderFeature
>
?
features
,
Error
?
error
,
})
Implementation
GeocodingApiResponse({ this.type, this.query, this.attribution, this.features, this.error, });
mapbox_api package
documentation
mapbox_api
GeocodingApiResponse
GeocodingApiResponse constructor
GeocodingApiResponse class