interface Position {
    coords: NgxMapLibreGeolocationCoordinates;
    target: GeolocateControl;
    timestamp: number;
    type: string;
}

Properties

target: GeolocateControl
timestamp: number
type: string