CameraBehavior (API Reference)
Package com.here.sdk.navigation
Interface CameraBehavior
- All Known Implementing Classes:
AreaCameraBehavior,AutomotiveCameraBehavior,DynamicCameraBehavior,FixedCameraBehavior,SpeedBasedCameraBehavior,TrackingCameraBehavior
public interface CameraBehavior
Interface used to change implement different camera behaviors.
-
Method Summary
Modifier and TypeMethodDescriptionGets the currently set normalized principal point to be used during navigation.voidSets a normalized principal point to be used during navigation.
-
Method Details
-
getNormalizedPrincipalPoint
Gets the currently set normalized principal point to be used during navigation.
Normalized principal point to be used during navigation. Defaults to (0.5, 0.775), which means the camera will use the position slightly at the bottom of the mapview.
- Returns:
The normalized principal point.
-
setNormalizedPrincipalPoint
Sets a normalized principal point to be used during navigation.
Normalized principal point to be used during navigation. Defaults to (0.5, 0.775), which means the camera will use the position slightly at the bottom of the mapview.
- Parameters:
value-The normalized principal point.
-