SimpleCamera

open class SimpleCamera : Camera

The default camera used by MapboxNavigation.

Constructors

SimpleCamera
Link copied to clipboard
fun SimpleCamera()

Types

Companion
Link copied to clipboard
object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
overview
Link copied to clipboard
open override fun overview(routeInformation: RouteInformation): List<Point>
Return a list of route coordinates that should be visible when creating the route's overview.
tilt
Link copied to clipboard
open override fun tilt(routeInformation: RouteInformation): Double
The angle, in degrees, of the camera angle from the nadir (directly facing the Earth).
toString
Link copied to clipboard
open fun toString(): String
zoom
Link copied to clipboard
open override fun zoom(routeInformation: RouteInformation): Double
Zoom level near the center of the screen.

Inheritors

DynamicCamera
Link copied to clipboard