Interface NavigationManager.TrafficOnRouteImageListener

Enclosing class:
NavigationManager

public static interface NavigationManager.TrafficOnRouteImageListener
  • Method Summary

    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 Details

    • 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.