Type alias StaticGeoJSONTileProviderOptions

StaticGeoJSONTileProviderOptions: TileProviderOptions & {
    url: string;
}

Type declaration

  • url: string

Generated using TypeDoc