coordinates property

List<double> get coordinates

Get coordinates as a list lng, lat

Implementation

List<double> get coordinates => [lng, lat];