Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mapbox ¶
type Mapbox struct { // Maps allows fetching of tiles and tilesets Maps *maps.Maps // Geocode allows forward (by address) and reverse (by lat/lng) geocoding Geocode *geocode.Geocode // Directions generates directions between arbitrary points Directions *directions.Directions // Direction Matrix returns all travel times and ways points between multiple points DirectionsMatrix *directionsmatrix.DirectionsMatrix // MapMatching snaps inaccurate path tracked to a map to produce a clean path MapMatching *mapmatching.MapMatching // contains filtered or unexported fields }
Mapbox API Wrapper structure
Click to show internal directories.
Click to hide internal directories.