ViewPadding class

This is a data class for storing view padding information to be set on MapView.

Android

class ViewPadding

Properties

Bottom

The bottom padding.

double getBottom()
void setBottom(double value)

Left

The left padding.

double getLeft()
void setLeft(double value)

The right padding.

double getRight()
void setRight(double value)

Top

The top padding.

double getTop()
void setTop(double value)

See also_ MapView