asMAPinAnnotationView method

Future<MAPinAnnotationView> asMAPinAnnotationView ()
inherited

Implementation

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