Class is used for representing certain point within the location. More...
Public Member Functions | |
| LocationPoint (this.point, this.locationId, this.sublocationId) | |
| Default constructor. | |
Public Attributes | |
| Point | point |
| location point X and Y coordinates in meters as Point (within the sublocation). | |
| int | locationId |
| location point location identifier. | |
| int | sublocationId |
| location point sublocation identifier. | |
Class is used for representing certain point within the location.
Referenced from: AsyncRouteListener, AsyncRouteManager, CircleMapObject, IconMapObject, MapObjectPickResult, NavigationManager, Notification, Position, RouteManager, RoutePath, Sublocation, Venue.
Definition at line 23 of file location_point.dart.
| LocationPoint.LocationPoint | ( | this. | point, |
| this. | locationId, | ||
| this. | sublocationId ) |
Default constructor.
| int LocationPoint.locationId |
location point location identifier.
Definition at line 33 of file location_point.dart.
| Point LocationPoint.point |
location point X and Y coordinates in meters as Point (within the sublocation).
Definition at line 29 of file location_point.dart.
| int LocationPoint.sublocationId |
location point sublocation identifier.
Definition at line 37 of file location_point.dart.