latLngToScreenPoint method

  1. @override
CustomPoint<double> latLngToScreenPoint(
  1. LatLng latLng
)
override

Implementation

@override
CustomPoint<double> latLngToScreenPoint(LatLng latLng) {
  return _state.latLngToScreenPoint(latLng);
}