paddingTopLeft property

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. Useful if you have some control overlays on the map like a sidebar and you don't want them to obscure objects you're zooming to.

Implementation

external Point get paddingTopLeft;
void paddingTopLeft=(Point value)

Implementation

external set paddingTopLeft(Point value);