Package com.mapsindoors.mapssdk
Class MPLocationCluster
- java.lang.Object
-
- com.mapsindoors.mapssdk.MPLocation
-
- com.mapsindoors.mapssdk.MPLocationCluster
-
public class MPLocationCluster extends MPLocation
MPLocationCluster
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.mapsindoors.mapssdk.MPLocation
MPLocation.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLocation(MPLocation location)
java.util.List<MPLocation>
getLocations()
com.mapspeople.micommon.MILocationCluster
getMiLocationCluster()
void
removeLocation(MPLocation location)
void
setLocations(java.util.List<MPLocation> locations)
void
setMiLocationCluster(com.mapspeople.micommon.MILocationCluster miLocationCluster)
-
Methods inherited from class com.mapsindoors.mapssdk.MPLocation
equals, getActiveFrom, getActiveTo, getAliases, getAnchor, getBookable, getBuilding, getCategories, getCMSType, getContact, getDescription, getExternalId, getField, getFloor, getFloorIndex, getFloorName, getGeometry, getGeometryArea, getGeometryType, getId, getImageURL, getLatLng, getLiveUpdate, getLiveUpdates, getLiveValueForKey, getMarkerBitmap, getName, getPoint, getProperty, getRoomId, getStatus, getTag, getType, getVenue, has, hashCode, hideInfoWindow, isActive, isInfoWindowShown, isInsideABuilding, isLocationOfTypeArea, isLocationOfTypeAsset, isLocationOfTypeBuilding, isLocationOfTypeFloor, isLocationOfTypePOI, isLocationOfTypeRoom, isLocationOfTypeVenue, isOfCategory, isSearchable, isVisible, setAlpha, setLiveUpdate, setTag, showInfoWindow, toString
-
-
-
-
Method Detail
-
setMiLocationCluster
public void setMiLocationCluster(com.mapspeople.micommon.MILocationCluster miLocationCluster)
-
getMiLocationCluster
public com.mapspeople.micommon.MILocationCluster getMiLocationCluster()
-
getLocations
public java.util.List<MPLocation> getLocations()
-
setLocations
public void setLocations(@NonNull java.util.List<MPLocation> locations)
-
addLocation
public void addLocation(MPLocation location)
-
removeLocation
public void removeLocation(MPLocation location)
-
-