coordinates property
Returns formatted coordinates string.
Implementation
String get coordinates =>
'${lat.toStringAsFixed(4)}, ${lng.toStringAsFixed(4)}';
Returns formatted coordinates string.
String get coordinates =>
'${lat.toStringAsFixed(4)}, ${lng.toStringAsFixed(4)}';