Preparing search index...
The search index is not available
定位SDK - v1.0.0
定位SDK
interface/AMapLocationManager
IAMapLocationListener
Interface IAMapLocationListener
定位信息监听接口
interface
IAMapLocationListener
{
onLocationChanged
:
(
(
location
)
=>
void
)
;
onLocationError
:
(
(
locationErrorInfo
)
=>
void
)
;
}
Index
Properties
on
Location
Changed
on
Location
Error
Properties
on
Location
Changed
on
Location
Changed
:
(
(
location
)
=>
void
)
定位信息改变回调
Type declaration
(
location
)
:
void
Parameters
location
:
AMapLocation
定位信息
Returns
void
on
Location
Error
on
Location
Error
:
(
(
locationErrorInfo
)
=>
void
)
定位异常回调
Type declaration
(
locationErrorInfo
)
:
void
Parameters
locationErrorInfo
:
AMapLocationErrorInfo
错误信息
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
on
Location
Changed
on
Location
Error
定位SDK - v1.0.0
Loading...
Generated using
TypeDoc
定位信息监听接口