Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在使用广播接收器找到位置后,我想从位置轮询器映射位置。我找不到任何例子来证明这一点。执行完onReceive方法并找到位置后需要做什么?
提前致谢,
大概,您会调用startActivity()可以映射这些坐标的东西。这是您自己的活动还是内置的活动(例如,通过 a geo: Uri)取决于您。如果它是您的,您需要安排将纬度和经度发送到您的活动,例如通过Intent附加信息。
startActivity()
geo:
Uri
Intent