GeolocationControlErrorEvent

定位失败事件

interface GeolocationControlErrorEvent {
    code: number;
    target: GeolocationControl;
    type: string;
}

属性