getPoiType method

Future<String?> getPoiType()

Implementation

Future<String?> getPoiType() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.fence.PoiItem@$refId::getPoiType([])');
  }

  // invoke native method
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod('com.amap.api.fence.PoiItem::getPoiType', {"__this__": this});


  // handle native call


  return __result__;
}