| java.lang.Object | |
| ↳ | com.mapsted.ui.MapstedMapUiApi.CustomUiImpl | 
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CustomUiImpl() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void | 
        enableCustomUI(boolean enable)
        
         Whether or not custom UI is enabled
 
  
   | ||||||||||
| void | 
        injectCustomUI(Fragment fragment)
        
         Inject a custom UI fragment as an overlay
 
  
   | ||||||||||
| void | 
        setMapViewVisibility(int visibility)
        
         Set map container visibility 
  
   | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  com.mapsted.ui.MapUiApi.CustomUi
 | |||||||||||
Whether or not custom UI is enabled
Inject a custom UI fragment as an overlay
Set map container visibility
| visibility | View.VISIBLE |View.GONE | 
|---|