Skip to main content

IMapConfig

geovisto-mapReadme | API


geovisto-map / IMapConfig

Type alias: IMapConfig

IMapConfig: IMapObjectConfig & object

This type provides specification of map config model.

Author

Jiri Hynek

Type declaration

mapCenter?

optional mapCenter: object

mapCenter.lat

lat: number

mapCenter.lng

lng: number

mapStructure?

optional mapStructure: object

mapStructure.maxBounds

maxBounds: [[number, number], [number, number]]

mapStructure.maxZoom

maxZoom: number

tools?

optional tools: IMapToolConfig[]

zoom?

optional zoom: number

Source

model/types/map/IMapConfig.ts:9