@targomo/leaflet
Version:
Leaflet maps extensions for Targomo's time-based access mapping services.
9 lines (8 loc) • 359 B
TypeScript
import * as L from 'leaflet';
import { TargomoClient } from '@targomo/core';
export declare class TgmLeafletTileLayer extends L.TileLayer {
constructor(tgmClient: TargomoClient, basemapName: string, options: L.TileLayerOptions);
static getTileLayerList(tgmClient: TargomoClient): {
[basemapName: string]: TgmLeafletTileLayer;
};
}