GeolocationControlEventMap
interface GeolocationControlEventMap {
locationError: GeolocationControlErrorEvent;
locationSuccess: GeolocationControlSuccessEvent;
}
locationError: GeolocationControlErrorEvent;
locationSuccess: GeolocationControlSuccessEvent;
}
GeolocationControl 支持的事件名与事件对象类型映射