IndoorRoutePlace constructor

IndoorRoutePlace(
  1. RoutePlaceType type,
  2. GeoCoordinates coordinates,
  3. int levelZIndex,
  4. String venueId,
  5. String levelId,
)

Creates a new instance.

  • type The type of the route place.
  • coordinates Geographic coordinates of the place.
  • levelZIndex The vertical level index of this indoor location.
  • venueId The venue identifier of this indoor location.
  • levelId The level identifier of this indoor location.

Implementation

IndoorRoutePlace(this.type, this.coordinates, this.levelZIndex, this.venueId, this.levelId);