Type alias GeoJsonSource

GeoJsonSource: {
    data: FeatureCollection;
    type: "geojson";
}

Type declaration

  • data: FeatureCollection
  • type: "geojson"

Generated using TypeDoc