MapView without extending MapActivity

Posted by Michal Dymel on Stack Overflow See other posts from Stack Overflow or by Michal Dymel
Published on 2010-06-10T11:35:01Z Indexed on 2010/06/10 12:43 UTC
Read the original article Hit count: 226

Filed under:
|

Is there a way to display a MapView without extending MapActivity? I have other Activity class which I'm extending and I would prefer not to change that... I've seen that you can inflate using MapActivity, but didn't find any spec/examples on how to do it.

© Stack Overflow or respective owner

Related posts about android

Related posts about google-maps