Types
Map
TileLayer
Marker
Icon
DivIcon
Control.Layers
Control.Zoom
Control.Attribution
Control.Scale
LatLngExpression
LatLng | { lat: number; lng: number; }
| [number, number]
LatLngBoundsExpression
LatLngBounds | [[number, number], [number, number]]
PointExpression
Point | [number, number]
ControlPosition
'topleft' | 'topright' | 'bottomleft' | 'bottomright'
ExtraControlPosition
'centerleft' | 'centerright' | 'htopleft' | 'htopright' | 'htopcenter' | 'hbottomleft' | 'hbottomright' | 'hbottomcenter'
CrossOrigin
'anonymous' | 'use-credentials' | ''
ViewChangedEvent
This event extends the LeafletEvent.
Name | Type |
---|---|
center | LatLng |
zoom | number |
bounds | LatLngBounds |