Design a Yelp-like location-based search system. The system should allow users to search for businesses or points of interest based on their geographic location. The design should cover: how to store and index geospatial data, how to efficiently query nearby businesses given a…