Protected
_coordinateProtected
_currentProtected
_dragProtected
_heldProtected
_lastProtected
_listenersProtected
_minProtected
_minProtected
_minProtected
getProtected
getProtected
getReturns the longitude and latitude coordinates from a given PointerEvent on the map.
The PointerEvent or MouseEvent containing the screen coordinates of the pointer.
An object with 'lng' and 'lat' properties representing the longitude and latitude, or null if the conversion is not possible.
Protected
getConverts longitude and latitude coordinates to pixel coordinates in the map container.
The longitude coordinate to project.
The latitude coordinate to project.
An object with 'x' and 'y' properties representing the pixel coordinates within the map container.
Renders GeoJSON features on the map using the provided styling configuration.
An object containing arrays of created, updated, and unchanged features to render.
An object mapping draw modes to feature styling functions
Converts pixel coordinates in the map container to longitude and latitude coordinates.
The x-coordinate in the map container to unproject.
The y-coordinate in the map container to unproject.
An object with 'lng' and 'lat' properties representing the longitude and latitude coordinates.
Clears the map and store of all rendered data layers