Center
setCenter
mapInstance.setCenter(LatLng);Parameter
Example
let LatLng = {
lat: 37.574674,
lng: 126.958004
}
mapInstance.setCenter(LatLng);getCenter
mapInstance.getCenter();Return
Example
Last updated
Was this helpful?