-
- All Implemented Interfaces:
-
android.os.Parcelable
public class SetMapLocationParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private doublelatitudeprivate doublelongitudeprivate intzoomprivate floatrotationpublic final static Parcelable.Creator<SetMapLocationParams>CREATOR
-
Constructor Summary
Constructors Constructor Description SetMapLocationParams(double latitude, double longitude, int zoom, float rotation, boolean animated)SetMapLocationParams(Parcel in)
-
Method Summary
Modifier and Type Method Description doublegetLatitude()doublegetLongitude()intgetZoom()floatgetRotation()booleanisAnimated()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
-
SetMapLocationParams
SetMapLocationParams(double latitude, double longitude, int zoom, float rotation, boolean animated)
-
SetMapLocationParams
SetMapLocationParams(Parcel in)
-
-
Method Detail
-
getLatitude
double getLatitude()
-
getLongitude
double getLongitude()
-
getZoom
int getZoom()
-
getRotation
float getRotation()
-
isAnimated
boolean isAnimated()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-