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