Package | Description |
---|---|
com.gwidgets.api.leaflet.options |
Modifier and Type | Method and Description |
---|---|
FitBoundsOptions.Builder |
FitBoundsOptions.Builder.maxZoom(java.lang.Number maxZoom)
The maximum possible zoom to use.
|
FitBoundsOptions.Builder |
FitBoundsOptions.Builder.padding(Point padding)
Equivalent of setting both top left and bottom right padding to the same value.
|
FitBoundsOptions.Builder |
FitBoundsOptions.Builder.paddingBottomRight(Point paddingBottomRight)
The same for bottom right corner of the map.
|
FitBoundsOptions.Builder |
FitBoundsOptions.Builder.paddingTopLeft(Point paddingTopLeft)
Sets the amount of padding in the top left corner of a map container that shouldn't be accounted for when setting the view to fit bounds.
|