Interface NavigationManager.TrafficOnRouteImageListener

  • Enclosing class:
    NavigationManager

    public static interface NavigationManager.TrafficOnRouteImageListener
    • 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.