Search code examples
google-mapsembed

Google Maps embedded - set max zoom level


If I have an embedded Google Map

$("#map_frame").attr("src", "https://www.google.com/maps/d/embed?mid=1Sdu3m4-YMx_Kc0gWshTNQQgSFys&z=2&ll=44.013922, -88.342259");

Is is possible to set a maximum zoom level?


Solution

  • You can't, google maps api doesn't offer that.