Hello to everyone!!!
I want to launch google maps with some coords that i have on my app.
Acording google´s documentation i have to add to my intent an uri.
// Create a Uri from an intent string. Use the result to create an Intent.
Uri gmmIntentUri = Uri.parse("google.streetview:cbll=46.414382,10.013988");
Uri gmmIntentUri = Uri.parse("google.streetview:cbll=46.414382,10.013988");
however i cant find the parse method in Androidapi::Jni::Java::Net::_di_JURI
how can i achieve this?
thank you!