i am currently displaying a single Placemark on google map using q= parameter: https://maps.google.com/maps?q=lat long
Now i want to display multiple points/Placemark, i couldn't find a way other then using dir interface: https://www.google.com/maps/dir/lat1 long1/lat2 long2.... But this display a route and not points - and the route doesn't always represent the real route as it depends on roads...
Is there a way to display multiple point, lines, placemarks using google maps API through URL ?