public interface MapComponentView<T extends android.view.View>
| Modifier and Type | Method and Description |
|---|---|
T |
getView()
The Android's View which is used by the Map Component.
|
void |
hide()
Hides the ui component.
|
void |
setMargins(int left,
int top,
int right,
int bottom)
Sets the margins of the ui component in PX.
|
void |
show()
Shows the ui component.
|
void show()
void hide()
void setMargins(int left,
int top,
int right,
int bottom)
left - left/start margin of the ui componenttop - top margin of the ui componentright - right margin of the ui componentbottom - bottom/end margin of the ui componentT getView()