IndoorRoutingController (API Reference)
Package com.here.sdk.venue.routing
Class IndoorRoutingController
java.lang.Object
com.here.NativeBase
com.here.sdk.venue.routing.IndoorRoutingController
This class controls the rendering of indoor routes on the map.
Note: This feature is in BETA state and thus there can be bugs and unexpected behavior.
Related APIs may change for new releases without a deprecation process.
-
Constructor Summary
ConstructorsConstructorDescriptionIndoorRoutingController(VenueMap venueMap, MapViewBase mapView) Creates a new instance of this class. -
Method Summary
Modifier and TypeMethodDescriptionvoidHides an indoor route, visible on the map.voidshowRoute(Route route, IndoorRouteStyle style) Shows an indoor route on the map.
-
Constructor Details
-
IndoorRoutingController
Creates a new instance of this class.
- Parameters:
venueMap-A venue map instance.
mapView-A map scene where routes should be shown.
-
-
Method Details
-
showRoute
Shows an indoor route on the map. The previously visible indoor route will be hidden.
- Parameters:
route-A route to show
style-A route style for the given route.
-
hideRoute
public void hideRoute()Hides an indoor route, visible on the map.
-