toScreenLocation abstract method

Future<Point<num>?> toScreenLocation(
  1. LatLng coordinate
)

经纬度坐标转屏幕坐标

Implementation

Future<Point?> toScreenLocation(LatLng coordinate);