IndoorWaypoint.withStopDuration constructor
- GeoCoordinates coordinates,
- String venueId,
- String levelId,
- int stopDuration,
Creates an indoor waypoint with stop duration.
-
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. -
stopDurationThe duration in seconds to stop at this waypoint (1-49999).
Implementation
factory IndoorWaypoint.withStopDuration(GeoCoordinates coordinates, String venueId, String levelId, int stopDuration) => $prototype.withStopDuration(coordinates, venueId, levelId, stopDuration);