get_regionType method

Future<AMapGeoFenceRegionType?> get_regionType()

Implementation

Future<AMapGeoFenceRegionType?> get_regionType() async {
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod("AMapGeoFenceRegion::get_regionType", {'__this__': this});
  return (__result__ as int).toAMapGeoFenceRegionType();
}