AFlutterAmap class Null safety
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Methods
-
getMapLanguage(
) → Future< MapLanguage> - 获取底图语言 [...]
-
getMapType(
) → Future< MapType> - 获取地图图层类型
-
getMaxZoomLevel(
) → Future< double> - 获取最大缩放等级
-
getMinZoomLevel(
) → Future< double> - 获取最小缩放等级
-
getZoomLevel(
) → Future< double> - 获取当前缩放等级
-
isBuildingsOn(
) → Future< bool> - 楼块是否打开 [...]
-
isTrafficOn(
) → Future< bool> - 实时路况是否打开
-
setMapLanguage(
MapLanguage language) → Future< void> - 设置底图语言 [...]
-
setMapType(
MapType type) → Future< void> - 设置地图图层类型 [...]
-
setMaxZoomLevel(
double level) → Future< void> - 设置最大缩放等级
-
setMinZoomLevel(
double level) → Future< void> - 设置最小缩放等级
-
setZoomLevel(
double zoomLevel) → Future< void> - 设置当前缩放等级 [...]
-
turnOnBuildings(
bool on) → Future< void> - 打开/关闭楼块 [...]
-
turnOnMapText(
bool on) → Future< void> - 打开/关闭地图文字标注 [...]
-
turnOnTraffic(
bool on) → Future< void> - 打开/关闭实时路况 [...]
-
zoomIn(
) → Future< void> - 放大缩放等级
-
zoomOut(
) → Future< void> - 缩小缩放等级