to String For Url Parameter
Convert to a simple String format that is usable as a REST API Parameter (e.g LatLng(42.123, 1.23)
will become "42.123,1.23"
)
Return
this LatLng in a String that can be passed as a REST API Parameter.