On this page
Properties

Type Alias AroundCenterOptions

An options object sent to the enable function of some of the handlers

type AroundCenterOptions = {
    around: "center";
}
Index

Properties

Properties

around: "center"

If "center" is passed, map will zoom around the center of map

Was this helpful?
SDK JS
Reference
AroundCenterOptions