stringValue property

String get stringValue

Returns the string representation of the latitude and longitude.

The returned string is in the format "latitude,longitude".

Implementation

String get stringValue {
  return "$latitude,$longitude";
}