OmhMarker
Functions
Gets the ARGB background color of the marker represented as an integer.
Checks whether the marker is clickable. If the marker is not clickable, the info window associated with this marker will be disabled and no click events will be propagated. Default: true.
Checks whether the marker is draggable. Default: false.
Gets whether the info window associated with this marker is currently being shown.
Gets whether the marker is visible.
The OmhCoordinate value for the marker's position on the map.
Gets the rotation of the marker (degrees, clockwise) with respect to the map; default: 0.
Gets the text snippet to be shown below marker title.
Imperatively hides the info window associated with this marker. Note: this overrides the info-window-disabling behaviour based on the value of setIsVisible and setClickable.
Invalidates the info window associated with this marker, causing the re-render of the info window.
Sets the color of the marker or resets the color to the provider's default value if null. Note: this overrides setIcon.
Sets whether the marker is clickable.
Sets whether the marker is draggable.
Sets the icon to display for the marker. Note: this overrides setBackgroundColor.
Sets the anchor point of marker info window.
Sets whether the marker is visible. If the marker is not visible, the info window associated with this marker will be disabled and no interaction events will be propagated.
Sets the location of the marker.
Sets the rotation of the marker (degrees, clockwise) with respect to the map; default: 0.
Sets the text snippet to be shown below marker title.
Imperatively shows the info window associated with this marker. If custom info window is set and the window is already shown, it will be re-rendered. Note: this overrides the info-window-disabling behaviour based on the value of setIsVisible and setClickable.