What I am trying to do is using Google map URL (https://maps.google.com/maps)
,I want to have markers for multiple location also I don't want to use Google Map API.
I am only able to get a marker for single location using
https://maps.google.com/maps?q=22.96783,88.74398
is there something like https://maps.google.com/maps?q=22.96783,88.74398&22.99783,88.78398
to get markers for multiple location (though it is not working in this format)
Any reference or help will be appreciated, Thanks