asMAAnnotationView method

Future<MAAnnotationView> asMAAnnotationView ()
inherited

Implementation

Future<MAAnnotationView> asMAAnnotationView() async {
  final result = await MethodChannel('me.yohom/amap_map_fluttify').invokeMethod('RefClass::asMAAnnotationView', {'refId': refId});
  return MAAnnotationView()..refId = result;
}