public static class GLEngineJNI.EngineState extends Object
| Modifier and Type | Field and Description |
|---|---|
float |
cameraDeclination |
float |
cameraFieldOfView |
float |
cameraHeading |
float |
cameraHeight |
double |
cameraLatitude |
double |
cameraLongitude |
float |
carHeading |
double |
carLatitude |
double |
carLongitude |
int |
dataZoomLevel |
int |
interactionMode |
boolean |
isAnimating |
boolean |
optimalTileSetLoaded |
int |
renderMode |
boolean |
sceneComplete |
int |
tilesOnScreen |
int |
tilesWithAnnotationsLoaded |
int |
tilesWithEdgesLoaded |
int |
tilesWithLandmarksLoaded |
int |
tilesWithPolygonsLoaded |
int |
tilesWithTextLoaded |
int |
tilesWithTrafficLoaded |
long |
totalGPUFootprint |
long |
totalGPUTextureFootprint |
long |
totalGPUVboFootprint |
boolean |
trafficComplete |
boolean |
updated |
float |
zoomLevel |
| Constructor and Description |
|---|
GLEngineJNI.EngineState(double cameraLatitude,
double cameraLongitude,
float cameraHeading,
float cameraHeight,
float cameraFieldOfView,
float cameraDeclination,
double carLatitude,
double carLongitude,
float carHeading,
float zoomLevel,
int dataZoomLevel,
int interactionMode,
int renderMode,
boolean isAnimating,
int tilesOnScreen,
int tilesWithEdgesLoaded,
int tilesWithPolygonsLoaded,
int tilesWithTextLoaded,
int tilesWithAnnotationsLoaded,
int tilesWithLandmarksLoaded,
int tilesWithTrafficLoaded,
long totalGPUFootprint,
long totalGPUTextureFootprint,
long totalGPUVboFootprint,
boolean updated,
boolean optimalTileSetLoaded,
boolean sceneComplete,
boolean trafficComplete) |
public double cameraLatitude
public double cameraLongitude
public float cameraHeading
public float cameraHeight
public float cameraFieldOfView
public float cameraDeclination
public double carLatitude
public double carLongitude
public float carHeading
public float zoomLevel
public int dataZoomLevel
public int interactionMode
public int renderMode
public boolean isAnimating
public int tilesOnScreen
public int tilesWithEdgesLoaded
public int tilesWithPolygonsLoaded
public int tilesWithTextLoaded
public int tilesWithAnnotationsLoaded
public int tilesWithLandmarksLoaded
public int tilesWithTrafficLoaded
public long totalGPUFootprint
public long totalGPUTextureFootprint
public long totalGPUVboFootprint
public boolean updated
public boolean optimalTileSetLoaded
public boolean sceneComplete
public boolean trafficComplete
public GLEngineJNI.EngineState(double cameraLatitude,
double cameraLongitude,
float cameraHeading,
float cameraHeight,
float cameraFieldOfView,
float cameraDeclination,
double carLatitude,
double carLongitude,
float carHeading,
float zoomLevel,
int dataZoomLevel,
int interactionMode,
int renderMode,
boolean isAnimating,
int tilesOnScreen,
int tilesWithEdgesLoaded,
int tilesWithPolygonsLoaded,
int tilesWithTextLoaded,
int tilesWithAnnotationsLoaded,
int tilesWithLandmarksLoaded,
int tilesWithTrafficLoaded,
long totalGPUFootprint,
long totalGPUTextureFootprint,
long totalGPUVboFootprint,
boolean updated,
boolean optimalTileSetLoaded,
boolean sceneComplete,
boolean trafficComplete)