latLngToScreenPoint method

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

Convert a map coordinate (lat/lng) to its corresponding screen point (x/y), based on the map's current screen positioning

Implementation

@override
CustomPoint<double> latLngToScreenPoint(LatLng latLng) =>
    _state.latLngToScreenPoint(latLng);