Google Maps: how do i change the default zoom? -


I have made simple with Google Map via Google Map - 'My Maps'

There is a photo album with a group of photos on the site. I have used some of these photos to create 'Maps' - a Google mapping thing that lets you add photos to a private map for your web site. Allows

The map represents on my website well, except, the markers have been cleaned up. How can I give that map a high 'zoom' so that they are not so ruined.

Note: I have read, but here, he starts from scratch Loading

var burnsvilleMN = new GLatLng ( 44.797916, -93.278046);

and then add all the markers:

/ P>

marker = new GM marker (point);

I have an existing 'My Map' map which requires me to modify the center from inside 'My Maps'.

You have tried minimum zoom and maximum zoom properties default of 0

  var mapOptions = {center: {lat: -34.397, lng: 150.644}, zoom: 8}; Var map = new google.maps.Map (document.getElementById ('map-canvas'), map options); Use  z  zoom   
  https://www.google's embedded map usage  

> .com / maps / d / embed? Mid = zMUI-z11i1mw.k7KikFgwemt0 & amp; Z = 6


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -