views:

24

answers:

1

I know you can embed the google maps view in an android activity, but is it possible to plug anything into the actual google maps app. say if somebody clicked on a result in the map, and instead of the standard screen show a list of options, like when you share an image. Like "tag this". Something like that.

I can't seem to find any info on that. Its all on integrating MapView into your app.

A: 

To my knowledge that's not possible. You cannot program your own copy of Google Maps (that would incorporate the features that you want to add) either, because it's one of the proprietary Google Apps (like the Gmail-, YouTube-, and Market-apps), for which they don't release the code.

Nick
Apps like gmail, etc, generally post intents to the system for certain activities. So, you could register your app as one that could respond to those intents. Like attaching files to an email. That sort of thing. I'm not talking about replacing the app, of course.
kāgii