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.
在 android 应用程序中,我有通过 GPS 或网络获取地理数据的代码。哪一个使地理数据能够通过它。如果我关闭 GPS,那么地理数据将通过网络获取。
为此,我们是否需要通过手机信号塔访问互联网才能通过网络获取地理数据?
不过,您确实需要 Internet 连接才能使用 NETWORK_PROVIDER。如果没有 Internet 连接,您将无法获得最新的位置。