-
- All Implemented Interfaces:
-
android.os.Parcelable
public class NavigateGpxParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private Uriuriprivate Stringdataprivate StringfileNameprivate BooleanpassWholeRouteprivate booleansnapToRoadprivate StringsnapToRoadModeprivate intsnapToRoadThresholdpublic final static Parcelable.Creator<NavigateGpxParams>CREATOR
-
Constructor Summary
Constructors Constructor Description NavigateGpxParams(String data, boolean force, boolean needLocationPermission)NavigateGpxParams(Uri uri, boolean force, boolean needLocationPermission)NavigateGpxParams(Parcel in)
-
Method Summary
Modifier and Type Method Description UrigetUri()StringgetData()StringgetFileName()voidsetFileName(String fileName)voidsetPassWholeRoute(Boolean passWholeRoute)voidsetSnapToRoad(boolean snapToRoad)StringgetSnapToRoadMode()voidsetSnapToRoadMode(String snapToRoadMode)intgetSnapToRoadThreshold()voidsetSnapToRoadThreshold(int snapToRoadThreshold)booleanisForce()BooleanisPassWholeRoute()booleanisSnapToRoad()booleanisNeedLocationPermission()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
-
getFileName
String getFileName()
-
setFileName
void setFileName(String fileName)
-
setPassWholeRoute
void setPassWholeRoute(Boolean passWholeRoute)
-
setSnapToRoad
void setSnapToRoad(boolean snapToRoad)
-
getSnapToRoadMode
String getSnapToRoadMode()
-
setSnapToRoadMode
void setSnapToRoadMode(String snapToRoadMode)
-
getSnapToRoadThreshold
int getSnapToRoadThreshold()
-
setSnapToRoadThreshold
void setSnapToRoadThreshold(int snapToRoadThreshold)
-
isForce
boolean isForce()
-
isPassWholeRoute
Boolean isPassWholeRoute()
-
isSnapToRoad
boolean isSnapToRoad()
-
isNeedLocationPermission
boolean isNeedLocationPermission()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-