How to use own map database to show a map on website?

后端 未结 6 696
既然无缘
既然无缘 2021-01-15 18:42

How to use own map database to display map on a website and use that map to find route and do other stuff ?

6条回答
  •  悲哀的现实
    2021-01-15 19:20

    You should try the Google Maps API. http://code.google.com/apis/maps/index.html

    You can store locations or routes in your database and use the Maps API to display them. Not sure if this is what you're looking for, but I've found their API really easy to use.

提交回复
热议问题