[Solved] How to add multiple latitude and longitude to URL which can show multiple markers as well?


https://maps.googleapis.com/maps/api/staticmap?size=512×512&maptype=roadmap\
&markers=size:mid%7Ccolor:red%7C14.6818877,77.6005911%7C15.8281257,78.0372792%7C15.3959840,77.8727193

by adding with %7C ang lat lan we can add multiple cursors.
by using human readable address like this (https://maps.googleapis.com/maps/api/staticmap?new+york,US) we can get only 15 markers.while using lat lag we can get more cursors

solved How to add multiple latitude and longitude to URL which can show multiple markers as well?