is it possible in an android app to show the default map that is available in the android devices. If yes please tell开发者_开发知识库 me how to use it...
You have to send an intent of action VIEW
and set the URI with a scheme geo
.
See here the Google Maps
section
精彩评论