PlanningCallBack typedef
PlanningCallBack =
dynamic Function(int? code, List<LatLng> linePoints, LatLngBounds bounds)
Implementation
typedef PlanningCallBack = Function(int? code,List<LatLng> linePoints,LatLngBounds bounds);