public static interface TomtomMapCallback.OnMapViewPortChanged
Modifier and Type | Method and Description |
---|---|
void |
onMapViewPortChanged(float focalLatitude,
float focalLongitude,
double zoomLevel,
float perspectiveRatio,
float yawDegrees)
Called when the map view port moves.
|
void onMapViewPortChanged(float focalLatitude, float focalLongitude, double zoomLevel, float perspectiveRatio, float yawDegrees)
focalLatitude
- Map center focal latitude.focalLongitude
- Map center focal longitude.zoomLevel
- Map zoom level.perspectiveRatio
- Map perspective ratio.yawDegrees
- Map yaw rotation.