Contents

padding

Spacing to add around the annotation when showing items.

Declaration

get padding(): Padding;
set padding(value: Padding);

Discussion

Padding prevents any items from touching the edges of the map. Set padding to a Padding object (the default is no padding on all sides).

See Also

Getting and setting annotation appearance