MapstedMarker

Class used for setting the location icon

Constructors

Link copied to clipboard
constructor(position: Position, style: MarkerStyle)
Constructor to create a marker on a specific position with a specific style
constructor(propertyId: Int, buildingId: Int, floorId: Int, mercator: Mercator, style: MarkerStyle)
Constructor to create a marker on a specific zone and location with a specific style

Properties

Link copied to clipboard
open var buildingId: Int
Link copied to clipboard
open var floorId: Int
Link copied to clipboard
Link copied to clipboard
open var propertyId: Int

Functions

Link copied to clipboard
open fun getVectorElement(): Marker
Link copied to clipboard
open fun isVisible(): Boolean
Link copied to clipboard
open fun reInitialize()
Link copied to clipboard
open fun setPosition(pos: Mercator)
Link copied to clipboard
open fun setRotation(newBearing: Float)
Link copied to clipboard
open fun setVisible(visible: Boolean)