FollowingCameraFramingStrategy

Strategy used to calculate points to be framed for the FOLLOWING camera mode.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun getPointsToFrameAfterCurrentManeuver(    routeProgress: RouteProgress,     followingFrameOptions: FollowingFrameOptions,     postManeuverFramingPoints: List<List<List<Point>>>): List<Point>

Finds the points to frame after maneuver based on preprocessed data and settings.

Link copied to clipboard
abstract fun getPointsToFrameOnCurrentStep(    routeProgress: RouteProgress,     followingFrameOptions: FollowingFrameOptions,     averageIntersectionDistancesOnRoute: List<List<Double>>): List<Point>

Returns points to be framed on the remainder of the current step.