toBBoxString method

String toBBoxString()

Returns a string with bounding box coordinates in a 'southwest_lng,southwest_lat,northeast_lng,northeast_lat' format. Useful for sending requests to web services that return geo data.

Implementation

external String toBBoxString();