IndoorWaypoint constructor

IndoorWaypoint(
  1. GeoCoordinates coordinates,
  2. String venueId,
  3. String levelId
)

Creates an indoor waypoint.

  • 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

Implementation

factory IndoorWaypoint(GeoCoordinates coordinates, String venueId, String levelId) => $prototype.$init(coordinates, venueId, levelId);