Normally, the share mechanism in Google Maps Android App shares text (containing an URL pointing to Google Maps website).
There is though an specific location intent in Android, that any app can catch. When I send such intent from other apps, I can embed a location in messaging apps or open that location in different map apps (including Google Maps).
How do I generate such intent from a pinpointed location in Google Maps, from the user interface?
For example, I have installed Maps.ME which does accept location intents too. How do I start a location intent with Google Maps and catch it with Maps.ME, to share a given location? I'm also interested in workarounds if no in-app solution is available.