-
- All Implemented Interfaces:
-
android.os.Parcelable
public class StartVideoRecordingParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private doublelatitudeprivate doublelongitudepublic final static Parcelable.Creator<StartVideoRecordingParams>CREATOR
-
Constructor Summary
Constructors Constructor Description StartVideoRecordingParams(double latitude, double longitude)StartVideoRecordingParams(Parcel in)
-
Method Summary
Modifier and Type Method Description doublegetLatitude()doublegetLongitude()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
-
-
Constructor Detail
-
StartVideoRecordingParams
StartVideoRecordingParams(double latitude, double longitude)
-
StartVideoRecordingParams
StartVideoRecordingParams(Parcel in)
-
-
Method Detail
-
getLatitude
double getLatitude()
-
getLongitude
double getLongitude()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-