Package com.navmii.sdk.routenavigation
Class RoadInfo
- java.lang.Object
-
- com.navmii.sdk.routenavigation.RoadInfo
-
public final class RoadInfo extends java.lang.Object
Record describing a road.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
The name of the road if available or 'null' otherwise.RoadClass
getRoadClass()
The class of the road.java.lang.String
getRouteNumber()
The route number assigned to the road if available or 'null' otherwise.RoadUsage
getUsage()
The usage of the road.java.lang.String
toString()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
The name of the road if available or 'null' otherwise.
-
getRouteNumber
public java.lang.String getRouteNumber()
The route number assigned to the road if available or 'null' otherwise.
-
getRoadClass
public RoadClass getRoadClass()
The class of the road.
-
getUsage
public RoadUsage getUsage()
The usage of the road.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-