0

I want to display several markers (later i want different circle) in Google map. I want to generate just one link without API key if possible ?

My url example:

https://www.google.com/maps?q=[FORT DE FRANCE,97200]+[DUCOS,97224]+[COUSAIX,87270]+[REMIRE MONTJOLY,97354]+[LE LAMENTIN,97232]

but several points are not displayed ! Please how to do with this just with params ? Tanks a lot !

1 Answers1

0

I don't think this is possible for multiple points on the URL. It seems what you need is Google maps place marks. If your data is static then you can manually create the points on a google map and embed that link instead.

Martin
  • 2,316
  • 1
  • 28
  • 33