get_center method

Implementation

Future<CLLocationCoordinate2D?> get_center() async {
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod("AMapGeoFenceCircleRegion::get_center", {'__this__': this});
  return AmapLocationFluttifyIOSAs<CLLocationCoordinate2D>(__result__);
}