At first I know that there are several similar questions on StackOverflow. Curriently I use the geo scheme for addressing points which can be handled by other apps.
Like in the example of the Android documentation (by the way it seems to be outdated the RFC it out!) I tried to use something like this:
geo:50.95144,6.98725?q=50.95144,6.98725%20(Disneyland)
So I get a intent chooser where I can select an App which showed me in case of Google Maps Disneyland with a marker on it. Now it seems that an update was installed which removes that support. I just get the message that this place cannot been found.
I tried to understand the RFC 5870 which defines the 'geo' URI Scheme. I don't get it exactly. It is correct that it is not possible at all to define a lable?
How can I link now a position to Google Maps?