lat
lon
zoom

Center example

Let's position our map. We can center and zoom an specific position of the map via a bi-directional property called center, which 3 properties inside: lat, lng and zoom. This properties could be changed on the fly, updating our map position, and viceversa.

Latitude : Longitude : Zoom :

You can see a standalone example of this code here.