convertScreenPointFromMapPoint3 method
Implementation
Future<BMFPoint?> convertScreenPointFromMapPoint3(
BMFCoordinate location, double height) async {
return await BMFMapDispatcherFactory.instance.projectionDispatcher
.convertScreenPointFromMapPoint3(_mapChannel, location, height);
}