com.supermap.navi

Class NaviInfo

  • java.lang.Object
    • com.supermap.navi.NaviInfo


  • public class NaviInfo
    extends java.lang.Object
    Navigation information.

    This class describes relative information during the navigation, such as current road name, next road name, the rest of distance, etc.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String CurRoadName
      Current road name.
      double Direction
      Small vehicle direction
      int IconType
      The turn icon types Icon type: Go straight 0 Turn left front 1 Turn right front 2 Turns left 3 Turns right 4 Turn left back 5 Turn right back 6 Turn around 7 Turn right until on the left 8 Turn right on the right angle 9 Roadabout 10 Out of the island 11 destination 12 Lift up 13 Elevator down 14 Lift up 15 Escalator down 16 Stairs up 17 Escalator down 18 Point of arrival 19
      java.lang.String NextRoadName
      Next road name.
      int RouteRemainDis
      The remain distance.
      double RouteRemainTime
      The remain time.
      int SegRemainDis
      The remain distance in current segment.
    • Constructor Summary

      Constructors 
      Constructor and Description
      NaviInfo() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CurRoadName

        public java.lang.String CurRoadName
        Current road name.
      • NextRoadName

        public java.lang.String NextRoadName
        Next road name.
      • RouteRemainDis

        public int RouteRemainDis
        The remain distance.
      • SegRemainDis

        public int SegRemainDis
        The remain distance in current segment.
      • RouteRemainTime

        public double RouteRemainTime
        The remain time.
      • IconType

        public int IconType
        The turn icon types Icon type: Go straight 0 Turn left front 1 Turn right front 2 Turns left 3 Turns right 4 Turn left back 5 Turn right back 6 Turn around 7 Turn right until on the left 8 Turn right on the right angle 9 Roadabout 10

        Out of the island 11

        destination 12

        Lift up 13

        Elevator down 14

        Lift up 15

        Escalator down 16

        Stairs up 17

        Escalator down 18

        Point of arrival 19

      • Direction

        public double Direction
        Small vehicle direction
    • Constructor Detail

      • NaviInfo

        public NaviInfo()