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
enableAllGesture
enableRotateGesture
enableScrollGesture
enableTiltGesture
enableZoomGesture
getIsGestureScaleByMapCenterPosition
getLocationInterval
getLocationType
getLogoPosition
getMapLanguage
getMapType
getMaxZoomLevel
getMinZoomLevel
getZoomLevel
getZoomPosition
isAllGestureEnable
isBuildingsOn
isCompassOn
isLocationButtonOn
isRotateGestureEnable
isScaleControlOn
isScrollGestureEnable
isTiltGestureEnable
isTrafficOn
isZoomControlOn
isZoomGestureEnable
setCompassMargin
setIsGestureScaleByMapCenterPosition
setLocationInterval
setLocationType
setLogoMargin
setLogoPosition
setMapLanguage
setMapType
setMaxZoomLevel
setMinZoomLevel
setScaleMargin
setZoomLevel
setZoomPosition
turnOnBuildings
turnOnCompass
turnOnLocationButton
turnOnMapText
turnOnScaleControl
turnOnTraffic
turnOnZoomControl
zoomIn
zoomOut
zoomOut
method
Null safety
Future
<
void
>
zoomOut
(
)
缩小缩放等级
Implementation
static Future<void> zoomOut() async { await _channel.invokeMethod('zoomOut'); }