开发者

how to use the default map of an android device

开发者 https://www.devze.com 2023-03-02 10:00 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消