IndoorRoutingController constructor

IndoorRoutingController(
  1. VenueMap venueMap,
  2. MapViewBase mapView
)

Creates a new instance of this class.

  • venueMap A venue map instance.

  • mapView A map scene where routes should be shown.

Implementation

factory IndoorRoutingController(VenueMap venueMap, MapViewBase mapView) => $prototype.make(venueMap, mapView);