Package 

Class RegionForRoutesInfo

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<String> getRoutes() list of id that need include
      final Rect getRect() The rect is specified by parameters of x (Rect param left), y (Rect param top), width (Rect param width) and height (Rect param height).
      final Boolean getGridAligned() If false, the end position rotation and declination of the camera will be based on the current mode.
      final Boolean getShowFullRouteOverview() if the value true shows region including already eaten parts else only shows region for the remaining route
      final Boolean getIncludeCVP() Whether to include the cvp annotation in the region which will be shown or not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getRect

         final Rect getRect()

        The rect is specified by parameters of x (Rect param left), y (Rect param top), width (Rect param width) and height (Rect param height).

      • getGridAligned

         final Boolean getGridAligned()

        If false, the end position rotation and declination of the camera will be based on the current mode. Grid aligned can be thought of as a shortcut, the shortcut to set rendering mode to 2d north up before show region.

      • getShowFullRouteOverview

         final Boolean getShowFullRouteOverview()

        if the value true shows region including already eaten parts else only shows region for the remaining route

      • getIncludeCVP

         final Boolean getIncludeCVP()

        Whether to include the cvp annotation in the region which will be shown or not.

        Note: if includeCVP is false, the region may still coincidentally include the cvp, but the engine will not actively try to make sure the cvp is within the region shown.