pointToLatLng abstract method

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

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

Implementation

@Deprecated(
  'Prefer `controller.camera.pointToLatLng()`. '
  'This method is now accessible via the camera. '
  'This method is deprecated since v6.',
)
LatLng pointToLatLng(Point screenPoint);