[Fixed]-Google static maps api issue- won't display all my markers

1👍

After additional research, it appears there is a limit of 5 custom markers per staticmaps api request.

To get around this, make multiple requests and merge the maps. For maps 2+ set the maptype to roadmap and style=feature:all|visibility:off

More details can be found here: Anyway to overcome the 5 custom icon urls per request?

Leave a comment