Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 291 Bytes

input_features.md

File metadata and controls

8 lines (5 loc) · 291 Bytes

Input features

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__