latLngToScreenPoint abstract method

  1. @Deprecated('Prefer `controller.camera.latLngToScreenPoint()`. ' 'This method is now accessible via the camera. ' 'This method is deprecated since v6.')
Point<double> latLngToScreenPoint(
  1. LatLng mapCoordinate
)

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

Implementation

@Deprecated(
  'Prefer `controller.camera.latLngToScreenPoint()`. '
  'This method is now accessible via the camera. '
  'This method is deprecated since v6.',
)
Point<double> latLngToScreenPoint(LatLng mapCoordinate);