a_flutter_amap
a_flutter_amap
AFlutterAmap
zoomIn method
zoomIn
a_flutter_amap
a_flutter_amap
AFlutterAmap
zoomIn 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
zoomIn
method
Null safety
Future
<
void
>
zoomIn
(
)
放大缩放等级
Implementation
static Future<void> zoomIn() async { await _channel.invokeMethod('zoomIn'); }