Converts the LatLng to a list of doubles [longitude, latitude].
[longitude, latitude]
List<double> toList() { return [longitude, latitude]; }