SDK JS
    Preparing search index...

    A geographic point the slice plane passes through. Heights in metres above the rendered ground datum.

    interface SlicePosition {
        height: number;
        lat: number;
        lng: number;
    }
    Index

    Properties

    Properties

    height: number
    lat: number
    lng: number