create Marker
open override fun createMarker( node: MPINavigatable.MPINode, contentHtml: String, options: MPIOptions.Marker): String
Content copied to clipboard
Creates a marker on a MPINavigatable.MPINode
Return
String containing id of the created marker
Parameters
node
The MPINavigatable.MPINode on which a marker will be displayed
content Html
The Html code which defines the appearance of the marker
marker Options
Marker options, defaults to no options
open override fun createMarker( coordinate: MPIMap.MPICoordinate, contentHtml: String, options: MPIOptions.Marker): String
Content copied to clipboard
Creates a marker on a MPINavigatable.MPICoordinate
Return
String containing id of the created marker
Parameters
node
The MPINavigatable.MPICoordinate on which a marker will be displayed
content Html
The Html code which defines the appearance of the marker
marker Options
Marker options, defaults to no options