显示viewMap直到用户关闭i

2024-09-30 18:33:57 发布

您现在位置:Python中文网/ 问答频道 /正文

我想开始一个共同的意图(android.viewMap()),等待用户关闭活动。 我无法确定这些函数的正确参数:

mapIntent = droid.makeIntent("android.intent.action.RUN", droid.viewMap(dic["latitude"]+","+dic["longitude"]))
droid.startActivityIntent(mapIntent, True)

Tags: 函数run用户参数action意图androidlatitude