-
- All Implemented Interfaces:
-
android.os.Parcelable
public class NavigateParams extends AidlParams
-
-
Constructor Summary
Constructors Constructor Description NavigateParams(String startName, double startLat, double startLon, String destName, double destLat, double destLon, String profile, boolean force, boolean needLocationPermission)NavigateParams(Parcel in)
-
Method Summary
Modifier and Type Method Description StringgetProfile()StringgetDestName()StringgetStartName()doublegetStartLat()doublegetStartLon()doublegetDestLat()doublegetDestLon()booleanisForce()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
-
getProfile
String getProfile()
-
getDestName
String getDestName()
-
getStartName
String getStartName()
-
getStartLat
double getStartLat()
-
getStartLon
double getStartLon()
-
getDestLat
double getDestLat()
-
getDestLon
double getDestLon()
-
isForce
boolean isForce()
-
isNeedLocationPermission
boolean isNeedLocationPermission()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-