简体   繁体   中英

Multiple Markers on a Google Map

How can I map these lat long values on maps.google.com without having to get driving directions? I want these lat/long values to be 3 markers (A,B,C) on a google map. I don't intend to do any coding for this.

This is what I have currently:

http://maps.google.com/maps?saddr=34.90127866,-120.44880259&daddr=34.8902896,-120.43227+to:34.90134564,-120.44887781

Thanks,

I don't think it's possible with maps.google.com. However, you can make a new map using My Maps ( http://www.google.com/maps/mm ) and add three points very easily. You can then either embed it with an iframe or link to it directly.

It is definitely possible to do this without using the map maker. You simply have to use the Google Maps API. Using mm means you have to go back to the map maker each and every time you want to add a marker. The API on the other hand offers you the versatility to do anything you may need and all on the fly.

API Documentation

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