Plot Multiple Coords on Google Map -


i need plot multiple markers on google map , having trouble placing more 1 marker.

this works: https://maps.google.com/maps?q=26.549431,-81.847559

this not: https://maps.google.com/maps?q=26.549431,-81.847559&q=26.549579,-81.847757

is there way send 2 coordinates google maps , return 2 markers?

using staticmap in google map api did trick: http://maps.google.com/maps/api/staticmap?zoom=9&size=640x480&maptype=roadmap%20&markers=label:1|26.785,-82.045&markers=label:2|26.651,-82.0&markers=label:3|26.7,-81.75634&markers=label:4|26.6,-81.89&markers=label:5|26.475,-81.79&markers=label:6|26.41,-81.76&markers=label:7|26.42,-81.78&markers=label:8|26.43,-81.80&markers=label:9|26.44,-81.82&markers=label:10|26.45,-81.84&sensor=false


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -