FollowingCameraFramingStrategy   
    Strategy used to calculate points to be framed for the FOLLOWING camera mode.
Types
Functions
Link copied to clipboard
                abstract fun getPointsToFrameAfterCurrentManeuver(    routeProgress: RouteProgress,     followingFrameOptions: FollowingFrameOptions,     postManeuverFramingPoints: List<List<List<Point>>>): List<Point>
Content copied to clipboard
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>
Content copied to clipboard
Returns points to be framed on the remainder of the current step.