get_routeType method

Future<AMapRouteSearchType?> get_routeType()

Implementation

Future<AMapRouteSearchType?> get_routeType() async {
  final __result__ = await kAmapCoreFluttifyChannel.invokeMethod("AMapRouteConfig::get_routeType", {'__this__': this});
  return (__result__ as int).toAMapRouteSearchType();
}