This function returns 50 properties near a specified location.

properties_near(locations = NULL, return_message = TRUE)

Arguments

locations

a vector of locations

return_message

if TRUE returns a message

Details

The location can be an exact address, zipcode city or a neighborhood.

Examples

# NOT RUN {
locations <-  c("2449 Tracy Place, NW, Washington DC", "Sunset Island, Miami Beach, FL" )
properties_near(locations = locations)
# }