Type Alias StaticGeoJSONTileProviderOptions

StaticGeoJSONTileProviderOptions: TileProviderOptions & {
    url: string;
}