@maplibre/ngx-maplibre-gl

    Type Alias NgxMapLibreGeolocationCoordinates

    in typescript 4.1 DOM interface Position and Coordinates renamed to GeolocationPosition GeolocationCoordinates to avoid deprecation angular version < 11.0.0 we declared own Coordinates, Position interface

    type NgxMapLibreGeolocationCoordinates = {
        accuracy: number;
        altitude: number | null;
        altitudeAccuracy: number | null;
        heading: number | null;
        latitude: number;
        longitude: number;
        speed: number | null;
    }
    Index

    Properties

    accuracy: number
    altitude: number | null
    altitudeAccuracy: number | null
    heading: number | null
    latitude: number
    longitude: number
    speed: number | null
    MMNEPVFCICPMFPCPTTAAATR