OptionalboundsOverrides the center and zoom parameters.
LngLatBoundsArray
OptionalcenterInitial position of the map, array of two degrees [longitude, latitude]. LngLatArray
OptionalcontrolsList of controls that will be initialized when creating a map instance. It can be defined as a string, then points to the corresponding entry in the controlAdapters.
OptionalcontrolsSet options for those controls that are specified by name.
OptionalcreateАutomatic creation of a map from the constructor
Optionalfitoptions to specify the initial position of the map
OptionalmapA pre-initialized instance of the map
OptionalmapThe main initialization property of WebMap. Determines the way of interaction with the selected GIS framework. Available: Leaflet; Openlayers; MaplibreGL
Optionalmapspecial settings for the selected map adapter
OptionalmaxOptionalmaxThe maximum zoom level of the map (0-24).
OptionalminThe minimum zoom level of the map (0-24).
OptionalonThe callback function is calling before adding each layer
OptionalpaintOptionalruntimeA way to save the state of a map to external services
OptionalselectedOptionalstarterOne way to extend WebMap functionality with the help of kits.
OptionaltargetThe HTML element in which NgwMap will render the map, or the element's string id. The specified element must have no children.
OptionaltileOptionalviewOptionalzoomThe initial zoom level of the map (0-24).
Initial extent of the map, array of degrees in [west, south, east, north] order.