LocationPoint class
@ingroup navigine_dart_classes @ingroup navigine_dart_geometry_classes
@brief Class is used for representing certain point within the location.
Referenced from: @ref AsyncRouteListener "AsyncRouteListener", @ref AsyncRouteManager "AsyncRouteManager", @ref CircleMapObject "CircleMapObject", @ref IconMapObject "IconMapObject", @ref MapObjectPickResult "MapObjectPickResult", @ref NavigationManager "NavigationManager", @ref Notification "Notification", @ref Position "Position", @ref RouteManager "RouteManager", @ref RoutePath "RoutePath", @ref Sublocation "Sublocation", @ref Venue "Venue".
Constructors
- LocationPoint(Point point, int locationId, int sublocationId)
- @brief Default constructor
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- locationId ↔ int
-
@brief location point location identifier.
getter/setter pair
- point ↔ Point
-
@brief 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
-
@brief 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