简体   繁体   中英

how to add markers to map (not google)

how to add it in image that is from file(local system) not google. the coordinates should be fetched from MySQL. I searched a lot in but all the results in google map API but i want the image to be fetched from my system and markers to be placed according to the data on database

I once done this in my previous thesis project. Since you'll be needing a static Image to map the coordinates from your database, I suggest that you could use Google maps Static Api, its not the usual google maps api being used but it is a static image of a map, if you can use a store the url of the map you would like to use instead of the image in your database, This is my best option if I will be in your position. Using this static api map will help you deliver this requirement you have at ease. Here is the link . Hope It helped you.

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