Hi there, For local business searches in big cities (e.g., Restaurant in NYC), I’d like to sort the results by the density of the businesses in the underlying neighborhoods (e.g., return x restaurants from the neighborhood that has the highest density of restaurants).
A solution would be to search against each neighborhood in NYC, then return those restaurants that belong to the neighborhood that has the highest density. To my knowledge, this solution requires to have in the geo database all the neighborhoods with their lat & long. Unfortunately, I don't have these data in my database. I'm writing to see whether some of you have already faced this problem. If so, I'd be thankful if you could share your thoughts with me. May thanks, -SR