get_destination method

Future<CLLocationCoordinate2D?> get_destination()

Implementation

Future<CLLocationCoordinate2D?> get_destination() async {
  final __result__ = await kAmapCoreFluttifyChannel.invokeMethod("AMapNaviConfig::get_destination", {'__this__': this});
  return AmapCoreFluttifyIOSAs<CLLocationCoordinate2D>(__result__);
}