-
- All Implemented Interfaces:
-
android.os.Parcelable
public class CalculateRouteParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private ALatLonstartPointprivate StringstartPointNameprivate ALatLonendPointprivate StringendPointNamepublic final static Parcelable.Creator<CalculateRouteParams>CREATOR
-
Constructor Summary
Constructors Constructor Description CalculateRouteParams(ALatLon startPoint, String startPointName, ALatLon endPoint, String endPointName, List<ALatLon> intermediatePoints, List<String> intermediateNames)CalculateRouteParams(Parcel in)
-
Method Summary
Modifier and Type Method Description ALatLongetStartPoint()StringgetStartPointName()ALatLongetEndPoint()StringgetEndPointName()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
-
getStartPoint
ALatLon getStartPoint()
-
getStartPointName
String getStartPointName()
-
getEndPoint
ALatLon getEndPoint()
-
getEndPointName
String getEndPointName()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-