从 android 发送 XML 格式数据到 google 地图

发布于 2024-10-09 16:31:55 字数 107 浏览 1 评论 0原文

我想将我的 MapView 地理位置和用户数据从我的 Android 发送到使用 Google 地图的网站。

如何将 XML 文件中的数据发送到我的服务器?或者还有比发送更好的方式吗?

i want to send my MapView geolocation and user data from my android to a website using Google maps.

How can i send my data in an XML file to my server? or is there other ways better than sending it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

平安喜乐 2024-10-16 16:31:55

我使用 JSON 对象并发送字符串,例如:{"lon":-4253447,"lat":55864243},然后将其解析回 JSON 对象。

I use a JSON object and send the string e.g. : {"lon":-4253447,"lat":55864243} and then parse it back into a JSON object.

是你 2024-10-16 16:31:55

也许我因为今天是星期天而头脑僵硬,但是为什么你要发送 XML 文件呢?为什么不直接使用 POST 或 GET 发送值对?

Maybe I have a brainfreeze because it's sunday, but why would you want to send an XML file? Why not just send your value pairs using POST or GET?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文