MapCameraListener (API Reference)
Package com.here.sdk.mapview
Interface MapCameraListener
public interface MapCameraListener
Interface for objects that want to get updates whenever the map is redrawn after camera parameters change.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonMapCameraUpdated(MapCamera.State cameraState) Called on the main thread after the map is drawn.
-
Method Details
-
onMapCameraUpdated
Called on the main thread after the map is drawn.
- Parameters:
cameraState-Camera parameters at the time the map was drawn.
-