padding property

double padding

How much to extend the clip area around the map view (relative to its size) e.g. 0.1 would be 10% of map view in each direction

Implementation

external double get padding;
void padding=(double value)

Implementation

external set padding(double value);