public class MapPadding
extends java.lang.Object
| Constructor and Description |
|---|
MapPadding()
Default constructor, sets all paddings to 0
|
MapPadding(double paddingTop,
double paddingLeft,
double paddingBottom,
double paddingRight)
Set padding of the map in pixels.
|
public MapPadding()
public MapPadding(double paddingTop,
double paddingLeft,
double paddingBottom,
double paddingRight)
paddingTop - Padding of the map from the top in pixels.paddingLeft - Padding of the map from the left in pixels.paddingBottom - Padding of the map from the bottom in pixels.paddingRight - Padding of the map from the right in pixels.