Created
January 18, 2018 15:17
-
-
Save sreeprasad/a476f232b1f8db26720a4f790f7ab2f4 to your computer and use it in GitHub Desktop.
Builds URI from address
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Uri.Builder addressUriBuilder = new Uri.Builder(); | |
addressUriBuilder.scheme("geo") | |
.encodedPath("0,0") | |
.appendQueryParameter("q",streetAddr); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment