@nativescript-community/ui-massifmaps
    Preparing search index...

    Interface FlyToOptions

    A flight is one move: the camera pulls back over a long distance and comes down at the target, instead of sliding the ground under a fixed height. Everything is optional and whatever is left out keeps its current value.

    interface FlyToOptions {
        bearing?: number;
        climbHeight?: number;
        duration?: number;
        tilt?: number;
        zoom?: number;
    }
    Index

    Properties

    bearing?: number
    climbHeight?: number

    extra height at the middle of the flight, in metres - the camera climbs over the way there

    duration?: number

    milliseconds; 0 lets the SDK derive the duration from the length of the path

    tilt?: number
    zoom?: number