IndoorWaypoint.withStopDuration constructor

IndoorWaypoint.withStopDuration(
  1. GeoCoordinates coordinates,
  2. String venueId,
  3. String levelId,
  4. int stopDuration,
)

Creates an indoor waypoint with stop duration.

  • coordinates A waypoint's geographic coordinates.

  • venueId An ID of the venue where the waypoint is located.

  • levelId An ID of the level where the waypoint is located.

  • stopDuration The 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);