IndoorRoutingController constructor
- VenueMap venueMap,
- MapViewBase mapView
Creates a new instance of this class.
-
venueMapA venue map instance. -
mapViewA map scene where routes should be shown.
Implementation
factory IndoorRoutingController(VenueMap venueMap, MapViewBase mapView) => $prototype.make(venueMap, mapView);