Optional Parameter | Description |
---|---|
icon | Set the image of marker, type is url |
iconSize | Set size of marker icon, Default Fatos Bus Icon, [number,number] |
message | Set the message of popup, type is string |
anchor(popup) | * if set the message of popup A string indicating the part of the Marker that should be positioned closest to the coordinate set via Marker#setLngLat . Options are 'center' , 'top' , 'bottom' , 'left' , 'right'. default bottom |
offset(popup) | * if set the message of popup The offset in pixels as a PointLike object to apply relative to the element's center. Negatives indicate left and up. default 15 |
closeButton(popup) | * if set the message of popup If true , a close button will appear in the top right corner of the popup. default false |
closeOnClick(popup) | * if set the message of popup If true , the popup will closed when the map is clicked. default false |
addMarkerEvent | You can give the marker a promised event. (dragstart/drag/dragend) |
drag | A boolean indicating whether or not a marker is able to be dragged to a new position on the map. |