centerMap

Center the map while retaining the current scale.

meridianMap.centerMap()

zoomToPoint

Pan to x/y coordinate and scale to a given zoom factor.

meridianMap.zoomToPoint({x: 6825.5830078125, y: 478.98833499103785, scale: 1})

zoomToDefault

Set zoom to the default level and pan to the default position.

meridianMap.zoomToDefault()