NearbyPropertiesListener
public protocol NearbyPropertiesListener : AnyObject
                Listener to changes in nearby properties
Parameters
                          
                          listener
                          
                         | 
                        
                           A listener to changes in position animation  | 
                      
- 
                  
                  
Adds to list of nearby properties
Declaration
Swift
func addNearbyProperties(propertyIds: Set<Int>)Parameters
propertyIdsUnique set of Property Ids
 - 
                  
                  
Remove from list of nearby properties
Declaration
Swift
func removeNearbyProperties(propertyIds: Set<Int>)Parameters
propertyIdsUnique set of Property Ids
 
      NearbyPropertiesListener Protocol Reference