a_flutter_amap
a_flutter_amap
AMapViewController
isCompassOn method
isCompassOn
a_flutter_amap
a_flutter_amap
AMapViewController
isCompassOn method
AMapViewController class
Constructors
AMapViewController
Properties
hashCode
runtimeType
Methods
disableCustomMapStyle
enableAllGesture
enableRotateGesture
enableScrollGesture
enableTiltGesture
enableZoomGesture
getIsGestureScaleByMapCenterPosition
getLocationInterval
getLocationType
getLogoPosition
getMapCenter
getMapLanguage
getMapType
getMaxZoomLevel
getMinZoomLevel
getZoomLevel
getZoomPosition
isAllGestureEnable
isBuildingsOn
isCompassOn
isLocationButtonOn
isRotateGestureEnable
isScaleControlOn
isScrollGestureEnable
isTiltGestureEnable
isTrafficOn
isZoomControlOn
isZoomGestureEnable
noSuchMethod
setAndroidBound
setCompassMargin
setCustomMapStyleId
setIOSBound
setIsGestureScaleByMapCenterPosition
setLocationInterval
setLocationType
setLogoMargin
setLogoPosition
setMapCenter
setMapLanguage
setMapType
setMaxZoomLevel
setMinZoomLevel
setScaleMargin
setZoomLevel
setZoomPosition
toString
turnOnBuildings
turnOnCompass
turnOnLocationButton
turnOnMapText
turnOnScaleControl
turnOnTraffic
turnOnZoomControl
zoomIn
zoomOut
Operators
operator ==
isCompassOn
method
Null safety
Future
<
bool
>
isCompassOn
(
)
指南针是否显示
Implementation
Future<bool> isCompassOn() async { return await _channel.invokeMethod('isCompassOn'); }