我可以在自己的网站上使用谷歌地图API并将其链接到Android应用程序吗?

问题描述:

I have written an android app that takes picture through camera intent, save the picture on sd card, detect user location through GPS and makes an overlay of the picture on google map. Now I want to make a web server to store the images and their information i.e. location on map, there and display the overlays on google map on my website. can I use the google map API in my own website and make overlays ? I want to use php for the site development. thanks

我写了一个Android应用程序,通过相机意图拍照,将图片保存在SD卡上,通过以下方式检测用户位置 GPS并在谷歌地图上叠加图片。 现在我想制作一个网络服务器来存储图像及其信息,即在地图上的位置,并在我的网站上显示谷歌地图上的叠加层。 我可以在自己的网站上使用谷歌地图API并制作叠加层吗? 我想用php进行网站开发。 谢谢 p> div>

Yes you can you Google API for Overlay open this link Google API

can I use the google map API in my own website and make overlays ?

Yes you most certainly can.

see here