IndoorWaypoint constructor
- GeoCoordinates coordinates,
- String venueId,
- String levelId
Creates an indoor waypoint.
-
coordinatesA waypoint's geographic coordinates. -
venueIdAn ID of the venue where the waypoint is located. -
levelIdAn ID of the level where the waypoint is located
Implementation
factory IndoorWaypoint(GeoCoordinates coordinates, String venueId, String levelId) => $prototype.$init(coordinates, venueId, levelId);