GeoLeaf Core API - v3.0.0
Preparing search index...
app/app-types
FitBoundsOptions
Interface FitBoundsOptions
Options object accepted by
IMapAdapter.fitBounds
.
interface
FitBoundsOptions
{
padding
?:
GeoLeafPoint
;
animate
?:
boolean
;
}
Index
Properties
padding?
animate?
Properties
Optional
padding
padding
?:
GeoLeafPoint
Optional
animate
animate
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
padding
animate
GeoLeaf Core API - v3.0.0
Loading...
Options object accepted by
IMapAdapter.fitBounds.