Whenever I want to type a location name above the marker, it doesn't
As in this picture
What is the code where I write the text over the marker?
Code:
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("geo:0,0?q=37.423156,-122,084917(Label+Name)")); startActivity(intent);

What is the code where I write the text over the marker?