Apps My geo location doesn't type on the top of the marker

SamoZain

Newbie
Whenever I want to type a location name above the marker, it doesn't

Code:
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("geo:0,0?q=37.423156,-122,084917(Label+Name)")); startActivity(intent);
As in this picture

2dgq6a0.jpg


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