简体   繁体   English

如何绘制从我的android应用发送到tomcat服务器的经度和纬度,并在该处的Google地图上进行绘制?

[英]How can i plot the longitudes and latitudes sent from my android app to tomcat server and plot on the google maps there?

I have sent the lat/lngs obtained from my android to an apache tomcat server,running java for web using servlets and jsps. 我已将从我的android获得的lat/lngs发送到apache Tomcat服务器,并使用servlet和jsps在网络上运行Java。
I want to plot those obtained lat/lngs on the Google maps. 我想在Google地图上绘制获得的经度/经度。
can any body please tell me how should and can I do that? 有人可以告诉我应该怎么做,我该怎么做? (Using servlets and jsps) (使用servlet和jsps)
Thanks tons in advance. 提前感谢吨。

通过使用锚标记(例如)在Google地图中打开链接,

<a href="http://maps.google.com/?q=${latitude},${longitude}" target="_blank">

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我如何绘制从我的 android 应用程序发送到 tomcat 服务器的 lat ,lng 并在那里的谷歌地图上绘制? - How can i plot the lat ,lng sent from my android app to tomcat server and plot on the google maps there? 使用收到的经度和纬度动态更新Google地图 - Dynamically update google maps with received longitudes and latitudes 如何在我的应用程序中使用Google Maps数据 - How can I use Google maps data in my app 如何从两个地方的经度和纬度获得一个地方到另一个地方的方向? - how to get direction of one place to another from latitudes and longitudes of both place? 如何用lon / lat在arraylist上绘制地图? - How to plot on maps from arraylist with lon/lat? 我可以在Android App中使用Google服务器以外的其他地图服务器吗? - Can i use a map server other than Google maps in a android App? 如何在数据库中的地图上绘制标记 - How to plot a marker on maps from the database 如何查看来自我的Android应用程序的已发送电子邮件? 还是打算完成(无论发送了什么电子邮件)? - How can I check sent emails from my Android application? Or intent upon completion (regardless of email sent)? 从两个坐标获取所有经度和纬度 - Getting all latitudes and longitudes from two co-ordinates 如何防止任何人与我的服务器通信,除了我的Android应用程序 - How can I prevent anyone from communicating with my server except my Android app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM