Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 215 Bytes

File metadata and controls

12 lines (9 loc) · 215 Bytes

Set the center position of the camera view.

Description

Change the center position of the map camera view.


code

var GOOGLE = {"lat": 37.422858, "lng": -122.085065};
map.setCenter(GOOGLE);