-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class NearbyRoadInfo implements ParcelableData model representing nearby road info.
Instances are typically immutable after construction. Use builders or factory methods where provided.
-
-
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 -
-
Constructor Detail
-
NearbyRoadInfo
NearbyRoadInfo(Long distance, Name roadName)
-
-
Method Detail
-
getDistance
final Long getDistance()
distance to closet street
-
getRoadName
final Name getRoadName()
Name of road
-
-
-
-