LngLat.fromList({ required List<double> lnglat, }) : assert(lnglat.length == 2), lat = lnglat.last, lng = lnglat.first;