VMEPoiSize

class VMEPoiSize

An object that determines the size of the poi within the map

Since

1.19

Constructors

Link copied to clipboard
fun VMEPoiSize(scale: Double)
Link copied to clipboard
fun VMEPoiSize(scale: Double, sizeDistance: Double)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Compares this size to the specified object.

Properties

Link copied to clipboard
var scale: Double

The scale to apply to the poi.

Link copied to clipboard
var sizeDistance: Double

Controls the distance at which the poi does not become bigger as you approach it. When the camera is within this distance of the poi, the visible size of the poi on the screen will be the same as what it looked like when it was constantSizeDistance meters away. If set to 0.0, the size of the poi will be determined by scale, regardless of it's distance from the camera.