com.sygic.sdk.map.CameraState Class Reference
Inheritance diagram for com.sygic.sdk.map.CameraState:
Collaboration diagram for com.sygic.sdk.map.CameraState:

Classes

class  AnimatedAttributes
 
interface  AnimatedElement
 
class  Builder
 
class  PositionOrientation
 

Public Member Functions

 CameraState (final Camera.CameraModel model)
 
 CameraState (final MapView mapView)
 
float getZoomLevel ()
 
float getTilt ()
 
float getRotation ()
 
GeoCoordinates getPosition ()
 
.RotationMode int getRotationMode ()
 
.MovementMode int getMovementMode ()
 
MapCenterSettings getMapCenterSettings ()
 
MapCenter getMapCenter ()
 
RectF getMapPadding ()
 
MapRectangle getMapRectangle ()
 
Point3F getLocalRotation ()
 
Point3F getLocalTranslation ()
 
boolean hasAnimatedAttributes ()
 
ArrayList< AnimatedAttributesgetAnimatedAttributes ()
 
AnimatedAttributes getAnimatedAttributes (@AnimatedElement int element)
 
int describeContents ()
 
void writeToParcel (final Parcel dest, final int flags)
 

Static Public Attributes

static final Parcelable.Creator< CameraStateCREATOR
 

Constructor & Destructor Documentation

◆ CameraState() [1/2]

com.sygic.sdk.map.CameraState.CameraState ( final Camera.CameraModel  model)

◆ CameraState() [2/2]

com.sygic.sdk.map.CameraState.CameraState ( final MapView  mapView)

Member Function Documentation

◆ describeContents()

int com.sygic.sdk.map.CameraState.describeContents ( )

◆ getAnimatedAttributes() [1/2]

ArrayList<AnimatedAttributes> com.sygic.sdk.map.CameraState.getAnimatedAttributes ( )

◆ getAnimatedAttributes() [2/2]

AnimatedAttributes com.sygic.sdk.map.CameraState.getAnimatedAttributes ( @AnimatedElement int  element)

◆ getLocalRotation()

Point3F com.sygic.sdk.map.CameraState.getLocalRotation ( )

◆ getLocalTranslation()

Point3F com.sygic.sdk.map.CameraState.getLocalTranslation ( )

◆ getMapCenter()

MapCenter com.sygic.sdk.map.CameraState.getMapCenter ( )

◆ getMapCenterSettings()

MapCenterSettings com.sygic.sdk.map.CameraState.getMapCenterSettings ( )

◆ getMapPadding()

RectF com.sygic.sdk.map.CameraState.getMapPadding ( )

◆ getMapRectangle()

MapRectangle com.sygic.sdk.map.CameraState.getMapRectangle ( )

◆ getMovementMode()

.MovementMode int com.sygic.sdk.map.CameraState.getMovementMode ( )

◆ getPosition()

GeoCoordinates com.sygic.sdk.map.CameraState.getPosition ( )

◆ getRotation()

float com.sygic.sdk.map.CameraState.getRotation ( )

◆ getRotationMode()

.RotationMode int com.sygic.sdk.map.CameraState.getRotationMode ( )

◆ getTilt()

float com.sygic.sdk.map.CameraState.getTilt ( )

◆ getZoomLevel()

float com.sygic.sdk.map.CameraState.getZoomLevel ( )

◆ hasAnimatedAttributes()

boolean com.sygic.sdk.map.CameraState.hasAnimatedAttributes ( )

◆ writeToParcel()

void com.sygic.sdk.map.CameraState.writeToParcel ( final Parcel  dest,
final int  flags 
)

Member Data Documentation

◆ CREATOR

final Parcelable.Creator<CameraState> com.sygic.sdk.map.CameraState.CREATOR
static
Initial value:
= new Parcelable.Creator<CameraState>() {
@Override
public CameraState createFromParcel(final Parcel source) {
return new CameraState(source);
}
@Override
public CameraState[] newArray(final int size) {
return new CameraState[size];
}
}

The documentation for this class was generated from the following file: