Input features
March 12, 2017 ยท View on GitHub
Many of the Mapbox APIs take geographic features (waypoints) as input.
The mapbox module supports the following inputs
- An iterable of GeoJSON-like
Features - An iterable of objects which implement the
__geo_interface__