OmhMarker

interface OmhMarker

Abstraction to provide access to OmhMarker. OmhMarker is an icon placed at a particular point on the map's surface.

Functions

Link copied to clipboard
abstract fun getPosition(): OmhCoordinate

The OmhCoordinate value for the marker's position on the map.

Link copied to clipboard
abstract fun getTitle(): String?

A text string that's displayed in an info window when the user taps the marker.

Link copied to clipboard
abstract fun setPosition(omhCoordinate: OmhCoordinate)

Sets the location of the marker.

Link copied to clipboard
abstract fun setTitle(title: String?)

Sets the title of the marker.