简体   繁体   中英

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.
I want to plot those obtained lat/lngs on the Google maps.
can any body please tell me how should and can I do that? (Using servlets and jsps)
Thanks tons in advance.

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM