pointToLatLng abstract method

LatLng pointToLatLng(
  1. CustomPoint<num> screenPoint
)

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

Implementation

LatLng pointToLatLng(CustomPoint screenPoint);