public interface MapComponentView<T extends android.view.View>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MapComponentView.MapComponentClickCallback
The callback fired when center on map component view is clicked.
|
| 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 |
setOnMapComponentClickCallback(MapComponentView.MapComponentClickCallback callback)
The callback fired when center on map component view is clicked.
|
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()
void setOnMapComponentClickCallback(MapComponentView.MapComponentClickCallback callback)
callback - the callback which is fired when the map component view is clicked.