TencentMapController class
地图控制器,提供地图控制接口
Constructors
- TencentMapController(TencentMapApi _api)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addMarket(
MarkerOptions options) → Future< Marker> - 添加标记
-
destory(
) → Future< void> - 销毁地图
-
moveCamera(
CameraPosition position, [Duration? duration]) → void - 移动视野
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → Future< void> - 暂停地图渲染
-
resume(
) → Future< void> - 恢复地图渲染
-
setMyLocation(
Location location) → Future< void> - 设置当前定位
-
stop(
) → Future< void> - 停止地图渲染
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited