-
- All Implemented Interfaces:
-
android.os.Parcelable
public class AddMapMarkerParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private AMapMarkermarkerpublic final static Parcelable.Creator<AddMapMarkerParams>CREATOR
-
Constructor Summary
Constructors Constructor Description AddMapMarkerParams(AMapMarker marker)AddMapMarkerParams(Parcel in)
-
Method Summary
Modifier and Type Method Description AMapMarkergetMarker()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
-
AddMapMarkerParams
AddMapMarkerParams(AMapMarker marker)
-
AddMapMarkerParams
AddMapMarkerParams(Parcel in)
-
-
Method Detail
-
getMarker
AMapMarker getMarker()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-