MapboxApi class

The Mapbox web services APIs allow you to programmatically access Mapbox tools and services. You can use these APIs to retrieve information about your account, upload and change resources, use core Mapbox tools, and more.

https://docs.mapbox.com/api/

Constructors

MapboxApi({String? accessToken})

Properties

accessToken String?
getter/setter pair
directions DirectionsApi
getter/setter pair
forwardGeocoding ForwardGeocodingApi
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intersection IntersectionApi
getter/setter pair
isochrone IsochroneApi?
getter/setter pair
mapMatching MapMatchingApi?
getter/setter pair
matrix MatrixApi?
getter/setter pair
optimization OptimizationApi?
getter/setter pair
reverseGeocoding ReverseGeocodingApi
getter/setter pair
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