a_flutter_amap
a_flutter_amap
AFlutterAmap
zoomOut method
zoomOut
a_flutter_amap
a_flutter_amap
AFlutterAmap
zoomOut method
AFlutterAmap class
Constructors
AFlutterAmap
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
getMapLanguage
getMapType
getMaxZoomLevel
getMinZoomLevel
getZoomLevel
isBuildingsOn
isTrafficOn
setMapLanguage
setMapType
setMaxZoomLevel
setMinZoomLevel
setZoomLevel
turnOnBuildings
turnOnMapText
turnOnTraffic
zoomIn
zoomOut
zoomOut
method
Null safety
Future
<
void
>
zoomOut
(
)
缩小缩放等级
Implementation
static Future<void> zoomOut() async { await _channel.invokeMethod('zoomOut'); }