toScreenLocation method

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

Implementation

Future<Point> toScreenLocation(LatLng latLng) async {
  throw UnimplementedError('toScreenLocation() has not been implemented.');
}