toScreenLocation method

  1. @override
Future<Point<num>> toScreenLocation(
  1. LatLng latLng
)
override

Implementation

@override
Future<Point> toScreenLocation(LatLng latLng) {
  return _controller.toScreenLocation(latLng);
}