OverlayItemPosition class Maps & 3D Scenes

A coordinate-referenced wrapper for an OverlayItem.

Instances represent the association between an overlay item and a specific coordinate. Usually provided via AlarmService.

Properties

deviation → int
Get deviation in meters from reference coordinates to the OverlayItem object.
no setter
distance → int
Distance in meters from the reference coordinates to the overlay item.
no setter
hashCode → int
The hash code for this object.
no setterinherited
hasRegisteredAutoReleaseObject ↔ bool
getter/setter pairinherited
overlayItem → OverlayItem
Get the associated OverlayItem.
no setter
pointerId → int
The pointer ID of the native object
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Disposes the native object.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAutoReleaseObject(int pointerId) → void
Registers an object for auto release.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited