-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ZoomLimitsParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringMIN_ZOOM_KEYpublic final static StringMAX_ZOOM_KEYprivate intminZoomprivate intmaxZoompublic final static Parcelable.Creator<ZoomLimitsParams>CREATOR
-
Constructor Summary
Constructors Constructor Description ZoomLimitsParams(int minZoom, int maxZoom)ZoomLimitsParams(Parcel in)
-
Method Summary
Modifier and Type Method Description intgetMinZoom()intgetMaxZoom()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
-
ZoomLimitsParams
ZoomLimitsParams(int minZoom, int maxZoom)
-
ZoomLimitsParams
ZoomLimitsParams(Parcel in)
-
-
Method Detail
-
getMinZoom
int getMinZoom()
-
getMaxZoom
int getMaxZoom()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-