VMEPosition

class VMEPosition(val latitude: Double, val longitude: Double, val altitude: Double, val scene: VMESceneContext)(source)

A VMEPosition object represents a position incorporating the geographical coordinates, altitude and associated building and floor.

Typically, you can use a VMEPosition object when moving the camera, anchoring overlays to the map, creating a route from a position, etc.

Since

1.1

Constructors

Link copied to clipboard
constructor(latitude: Double, longitude: Double, altitude: Double, scene: VMESceneContext)

Properties

Link copied to clipboard

The altitude, in meters, above the floor.

Link copied to clipboard

The latitude of the position

Link copied to clipboard

The longitude of the position

Link copied to clipboard

The position's scene

Functions

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

Compares this position to the specified object.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String