set_pt method

Future<void> set_pt(
  1. CLLocationCoordinate2D pt
)

Implementation

Future<void> set_pt(CLLocationCoordinate2D pt) async {
  await kBmapCoreFluttifyChannel.invokeMethod('BMKIndoorPlanNode::set_pt', <String, dynamic>{'__this__': this, "pt": pt});


}