toLatLongStr method

String toLatLongStr()

Implementation

String toLatLongStr() {
  return '$latitude,$longitude';
}