GeolocationControlSuccessEvent

定位成功事件

interface GeolocationControlSuccessEvent {
    addressComponent: AddressComponent;
    point: Point;
    target: GeolocationControl;
    type: string;
}

属性