fromScreenLocation abstract method

Future<LatLng?> fromScreenLocation(
  1. Point<num> point
)

屏幕坐标转经纬度坐标

Implementation

Future<LatLng?> fromScreenLocation(Point point);