I try send a url to maps but the application show a toast “Unable to load the url”. Have a suggestion to be posible be it?
follow code:
EditText edit = (EditText) findViewById(R.id.enter);
String map = edit.getText().toString();
Uri location = Uri.parse("geo:" + map);
Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
startActivity(mapIntent);
Solution by Philipe works. only use the georeferences in
EditText, like 12,48.