s2maps-gpu - v0.18.0
    Preparing search index...

    Interface View

    View

    The view of the map Inputs are:

    • lon: the longitude of the map
    • lat: the latitude of the map
    • zoom: the zoom level of the map
    • bearing: the bearing/compass of the map camera
    • pitch: the pitch/vertical-angle of the map camera
    interface View {
        bearing?: number;
        lat?: number;
        lon?: number;
        pitch?: number;
        zoom?: number;
    }
    Index

    Properties

    bearing?: number

    bearing/compass of the map camera

    lat?: number

    the latitude of the map

    lon?: number

    the longitude of the map

    pitch?: number

    pitch/vertical-angle of the map camera

    zoom?: number

    zoom level of the map