| com.mapsted.map.map_overlay.datasource.MapOverlayRepository | 
   Known Indirect Subclasses
  
 | 
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void | 
        getFloorMapOverlays(int propertyId, int buildingId, int floorId, MapApi.MapOverlayRepositoryCallback callback)
        
         Get the map overlays associated with the given floor 
  
   | ||||||||||
| abstract void | 
        getPropertyMapOverlays(String query, int propertyId, MapApi.MapOverlayRepositoryCallback callback)
        
         Get filtered list of map overlays associated with the given property 
  
   | ||||||||||
| abstract void | 
        getPropertyMapOverlays(int propertyId, MapApi.MapOverlayRepositoryCallback callback)
        
         Get the map overlays associated with the given property 
  
   | ||||||||||
| abstract void | 
        onDestroy()
        
         Called when desired to destroy the repo
 
  
   | ||||||||||
Get the map overlays associated with the given floor
| propertyId | the property | 
|---|---|
| buildingId | the building | 
| floorId | the floor | 
| callback | callback when results are available | 
Get filtered list of map overlays associated with the given property
| query | the search query | 
|---|---|
| propertyId | the property | 
| callback | callback when results are available | 
Get the map overlays associated with the given property
| propertyId | the property | 
|---|---|
| callback | callback when results are available | 
Called when desired to destroy the repo