-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ABlockedRoad extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private longroadIdprivate doublelatitudeprivate doublelongitudeprivate doubledirectionprivate Stringnameprivate StringappModeKeypublic final static Parcelable.Creator<ABlockedRoad>CREATOR
-
Constructor Summary
Constructors Constructor Description ABlockedRoad(long roadId, double latitude, double longitude, double direction, String name, String appModeKey)
-
Method Summary
Modifier and Type Method Description longgetRoadId()doublegetLatitude()doublegetLongitude()doublegetDirection()StringgetName()StringgetAppModeKey()voidwriteToBundle(Bundle bundle)-
Methods inherited from class net.osmand.aidlapi.AidlParams
describeContents, readFromParcel, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRoadId
long getRoadId()
-
getLatitude
double getLatitude()
-
getLongitude
double getLongitude()
-
getDirection
double getDirection()
-
getAppModeKey
String getAppModeKey()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-