interface LocationEvent {
    bounds?: LngLatBoundsArray;
    lngLat: LngLatArray;
}

Properties

Properties

lngLat: LngLatArray