Package com.navmii.sdk.navigation
Interface NavigationManager.TrafficOnRouteImageListener
-
- Enclosing class:
- NavigationManager
public static interface NavigationManager.TrafficOnRouteImageListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTrafficOnRouteImageUpdated(android.graphics.Bitmap bitmap)
The event is called when an image representing the traffic on the current route updates.
-
-
-
Method Detail
-
onTrafficOnRouteImageUpdated
void onTrafficOnRouteImageUpdated(android.graphics.Bitmap bitmap)
The event is called when an image representing the traffic on the current route updates. The event can happen only when there is an applied route and traffic is considered in RouteCalculationOptions.- Parameters:
bitmap
- The traffic image.
-
-