-
- All Implemented Interfaces:
-
android.os.Parcelable
public class UpdateMapMarkerParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private AMapMarkermarkerPrevprivate AMapMarkermarkerNewprivate booleanignoreCoordinatespublic final static Parcelable.Creator<UpdateMapMarkerParams>CREATOR
-
Constructor Summary
Constructors Constructor Description UpdateMapMarkerParams(AMapMarker markerPrev, AMapMarker markerNew)UpdateMapMarkerParams(AMapMarker markerPrev, AMapMarker markerNew, boolean ignoreCoordinates)UpdateMapMarkerParams(Parcel in)
-
Method Summary
Modifier and Type Method Description AMapMarkergetMarkerPrev()AMapMarkergetMarkerNew()booleangetIgnoreCoordinates()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
-
UpdateMapMarkerParams
UpdateMapMarkerParams(AMapMarker markerPrev, AMapMarker markerNew)
-
UpdateMapMarkerParams
UpdateMapMarkerParams(AMapMarker markerPrev, AMapMarker markerNew, boolean ignoreCoordinates)
-
UpdateMapMarkerParams
UpdateMapMarkerParams(Parcel in)
-
-
Method Detail
-
getMarkerPrev
AMapMarker getMarkerPrev()
-
getMarkerNew
AMapMarker getMarkerNew()
-
getIgnoreCoordinates
boolean getIgnoreCoordinates()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-