Preparing search index...
The search index is not available
地图SDK - v2.0.0
地图SDK
LocationSource
LocationSource
Interface LocationSource
定义了一个定位源,为地图提供定位数据。
Since
1.0.0
interface
LocationSource
{
activate
(
locationChangedListener
)
:
void
;
deactivate
(
)
:
void
;
}
Index
Methods
activate
deactivate
Methods
activate
activate
(
locationChangedListener
)
:
void
激活定位源。
Parameters
locationChangedListener
:
OnLocationChangedListener
位置改变的监听接口。
Returns
void
Since
1.0.0
deactivate
deactivate
(
)
:
void
停止定位。
Returns
void
Since
1.0.0
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
activate
deactivate
地图SDK - v2.0.0
Loading...
Generated using
TypeDoc
定义了一个定位源,为地图提供定位数据。
Since
1.0.0