LocationPoint class

Class is used for representing certain point within the location. Referenced from: AsyncRouteListener, AsyncRouteManager, CircleMapObject, IconMapObject, MapObjectPickResult, NavigationManager, Notification, Position, RouteManager, RoutePath, Sublocation, Venue.

Constructors

LocationPoint(Point point, int locationId, int sublocationId)
Default constructor.

Properties

hashCode int
The hash code for this object.
no setterinherited
locationId int
location point location identifier.
getter/setter pair
point Point
location point X and Y coordinates in meters as Point (within the sublocation).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sublocationId int
location point sublocation identifier.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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