-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class NearbyRoadInfo implements Parcelable
Detail of nearby road information
-
-
Constructor Summary
Constructors Constructor Description NearbyRoadInfo(Long distance, Name roadName)
-
Method Summary
Modifier and Type Method Description final LonggetDistance()distance to closet street final NamegetRoadName()Name of road -
-
Method Detail
-
getDistance
final Long getDistance()
distance to closet street
-
getRoadName
final Name getRoadName()
Name of road
-
-
-
-