amap_map
amap_map
AMapController
takeSnapshot method
takeSnapshot
amap_map
amap_map
AMapController
takeSnapshot method
AMapController class
Properties
channel
hashCode
mapId
runtimeType
Methods
clearDisk
disponse
getMapContentApprovalNumber
getSatelliteImageApprovalNumber
moveCamera
noSuchMethod
setRenderFps
takeSnapshot
toString
Operators
operator ==
Static methods
init
takeSnapshot
method
Future
<
Uint8List
>
takeSnapshot
(
)
地图截屏
Implementation
Future<Uint8List> takeSnapshot() { return _methodChannel.takeSnapshot(mapId: mapId); }