Draw Google static map image
问题 I am using google static map API for draw google maps image in my Angularjs Application. https://maps.googleapis.com/maps/api/staticmap?center=Brooklyn+Bridge,New+York,NY&zoom=13&size=600x300&maptype=roadmap &markers=color:blue|label:S|40.702147,-74.015794&markers=color:green|label:G|40.711614,-74.012318 &markers=color:red|label:C|40.718217,-73.998284 &key=YOUR_API_KEY Its working fine for low number of map coordinate. But if have large number of map coordinate then it is not drawing map