Interface

Shumate-1.0ShumateTileDownloaderConstructorProps

interface ConstructorProps {
    max_zoom_level: number;
    maxZoomLevel: number;
    min_zoom_level: number;
    minZoomLevel: number;
    url_template: string;
    urlTemplate: string;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Shumate.DataSource.ConstructorProps

Properties

url_template: string
urlTemplate: string

Properties - Inherited from Shumate.DataSource.ConstructorProps

max_zoom_level: number
maxZoomLevel: number
min_zoom_level: number
minZoomLevel: number