@heumes-it/expo-mapbox-navigation - v0.1.0
    Preparing search index...

    Interface GeoJsonSourceOptions

    Options for adding a GeoJSON source to the map.

    interface GeoJsonSourceOptions {
        data: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    data: Record<string, unknown>

    GeoJSON Feature, FeatureCollection, or Geometry object.