Marker Class¶
- class BeastBytes\Yii\Leaflet\Layers\UI\Marker¶
Represents a marker; a clickable/draggable icon on the map
@template T of array{float, float}|array{float, float, float}|array{lat: float, lng: float}|array{lat: float, lng: float, alt: float}|LatLng
See also