toUrlString method

  1. @override
String toUrlString()
override

Implementation

@override
String toUrlString() {
  return "$latitude,$longitude";
}