Initialize a Location object with the given uri
.
The URI should be in the geo scheme (RFC 5870) which in its simplest form looks like:
- geo:latitude,longitude
An Android extension to set a description is also supported in the form of:
- geo:0,0?q=latitude,longitude(description)
this |
a Location |
uri |
a URI mapping out a location |
|