Interface MapCameraListener
Package com.here.sdk.mapview
Interface MapCameraListener
-
public interface MapCameraListenerInterface for objects that want to get updates whenever the map is redrawn after camera parameters change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonMapCameraUpdated(MapCamera.State cameraState)Called on the main thread after the map is drawn.
-
-
-
Method Detail
-
onMapCameraUpdated
void onMapCameraUpdated(@NonNull MapCamera.State cameraState)Called on the main thread after the map is drawn.
- Parameters:
cameraState-Camera parameters at the time the map was drawn.
-
-