get_pt method

Implementation

Future<CLLocationCoordinate2D?> get_pt() async {
  final __result__ = await kBmapCoreFluttifyChannel.invokeMethod("BMKIndoorPlanNode::get_pt", {'__this__': this});
  return BmapCoreFluttifyIOSAs<CLLocationCoordinate2D>(__result__);
}