-
- All Implemented Interfaces:
public class AutoZoomData
-
-
Field Summary
Fields Modifier and Type Field Description public final float
zoomLevel
public final float
tilt
public final float
animationTime
-
Constructor Summary
Constructors Constructor Description AutoZoomData(float zoomLevel, float tilt, float animationTime)
AutoZoomData(float zoomLevel, float tilt)
-
Method Summary
Modifier and Type Method Description float
getZoomLevel()
float
getTilt()
float
getAnimationTime()
boolean
equals(Object o)
int
hashCode()
String
toString()
-
-
Method Detail
-
getZoomLevel
float getZoomLevel()
-
getTilt
float getTilt()
-
getAnimationTime
float getAnimationTime()
-
hashCode
int hashCode()
-
-
-
-