set_origin method

Future<void> set_origin(
  1. BMKMapPoint origin
)

Implementation

Future<void> set_origin(BMKMapPoint origin) async {
  await kBmapCoreFluttifyChannel.invokeMethod('BMKMapRect::set_origin', <String, dynamic>{'__this__': this, "origin": origin});


}