I've got a website that runs in the android browser. And I'm able to launch the google maps app on the android, and passing it a pin using the geo: uri. No problem there. However, now I'm wanting to send a list of pins to the app, all from my website.
I'm not pushing this out as an app, so I don't have the java intents, etc. And I want to stick with using the app on the phone because it's faster than rendering the map in the browser.
in the static map, you could pass multiple markers with a call and append to the url something like this: &markers=color:blue|label:S|43.59879837918008,-116.386638879776
However, I haven't been able to find anything that will allow me to do something like that to the geo: URI.
Has anybody passed a layer, or multiple points from their browser to the google map app on the phone? And if so how?
Thanks