-
- All Implemented Interfaces:
-
android.os.Parcelable
public class SetLocationParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private ALocationlocationprivate longtimeToNotUseOtherGPSpublic final static Parcelable.Creator<SetLocationParams>CREATOR
-
Constructor Summary
Constructors Constructor Description SetLocationParams(ALocation location, long timeToNotUseOtherGPS)SetLocationParams(Parcel in)
-
Method Summary
Modifier and Type Method Description ALocationgetLocation()longgetTimeToNotUseOtherGPS()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
-
getLocation
ALocation getLocation()
-
getTimeToNotUseOtherGPS
long getTimeToNotUseOtherGPS()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-