LatLng constructor Null safety
坐标点
latitude
- 纬度
longitude
- 经度
Implementation
LatLng({
required this.latitude,
required this.longitude,
});
坐标点
latitude
- 纬度
longitude
- 经度
LatLng({
required this.latitude,
required this.longitude,
});