layerPointToLatLng method

LatLng layerPointToLatLng(
  1. Point point
)

Given a pixel coordinate relative to the origin pixel, returns the corresponding geographical coordinate (for the current zoom level).

Implementation

external LatLng layerPointToLatLng(Point point);