| java.lang.Object | |
| ↳ | com.tencent.tencentmap.mapsdk.maps.model.MyLocationConfig |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | MyLocationConfig.Builder | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MyLocationConfig() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LocationSource | getLocationSource() | ||||||||||
| TencentMap.OnMyLocationChangeListener | getMyLocationChangeListener() | ||||||||||
| TencentMap.OnMyLocationClickListener | getMyLocationClickListener() | ||||||||||
| MyLocationStyle | getMyLocationStyle() | ||||||||||
| boolean | isMyLocationEnabled() | ||||||||||
| static MyLocationConfig.Builder |
newBuilder(MyLocationConfig config)
基于旧的配置设置新的配置信息
| ||||||||||
| static MyLocationConfig.Builder | newBuilder() | ||||||||||
| void | release() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
基于旧的配置设置新的配置信息
| config | 旧的配置 |
|---|