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