Skip to main content

IMapGlobals

geovisto-mapReadme | API


geovisto-map / IMapGlobals

Interface: IMapGlobals

This interface provides specification of map global constants model.

Author

Jiri Hynek

Properties

mapCenter

mapCenter: object

lat

lat: number

lng

lng: number

Source

model/types/map/IMapGlobals.ts:8


mapStructure

mapStructure: object

maxBounds

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

maxZoom

maxZoom: number

Source

model/types/map/IMapGlobals.ts:9


zoom

zoom: number

Source

model/types/map/IMapGlobals.ts:7