Skip to content

GeolocateErrorEvent

Defined in: ui/control/geolocate_control.ts:102

The event class for the geolocate control error event. Carries the PositionError returned by the Geolocation API.

Extends

Properties

code

code: number

Defined in: ui/control/geolocate_control.ts:111

The error code returned by the Geolocation API.


message

message: string

Defined in: ui/control/geolocate_control.ts:115

The error message returned by the Geolocation API.


target

target: GeolocateControl

Defined in: ui/control/geolocate_control.ts:107

The GeolocateControl object that fired the event.

Overrides

Event.target