toScreenCoordinate method
经纬度转屏幕坐标 since v1.0.3
Implementation
Future<ScreenCoordinate> toScreenCoordinate(LatLng latLng) {
return _methodChannel.toScreenLocation(latLng, mapId: mapId);
}
经纬度转屏幕坐标 since v1.0.3
Future<ScreenCoordinate> toScreenCoordinate(LatLng latLng) {
return _methodChannel.toScreenLocation(latLng, mapId: mapId);
}