IndoorRoutePlace constructor
- RoutePlaceType type,
- GeoCoordinates coordinates,
- int levelZIndex,
- String venueId,
- String levelId,
Creates a new instance.
typeThe type of the route place.coordinatesGeographic coordinates of the place.levelZIndexThe vertical level index of this indoor location.venueIdThe venue identifier of this indoor location.levelIdThe level identifier of this indoor location.
Implementation
IndoorRoutePlace(this.type, this.coordinates, this.levelZIndex, this.venueId, this.levelId);