I have Multiple Listing System API (MLS API) for Real estate. I want a feature to be implemented which goes like this:
If user scroll on map then We will show him the count of properties in visible region on Map
But the problem is we don’t have Coordinates,Longitude, Latitude etc. in MLS Api response for Property. I don’t want to fetch the coordinates and then map with properties and then find the properties according to bounding ranges i get from frontend. Provide me the fastest, efficient way to implement this feature considering that I don’t have coordinates in my MLS api.
I use Typescript, MongoDb to implement this feature
Thanks
I tried with geocoding apis and map with property and find property but it will take time. I want result to be in milliseconds and not in seconds. Thanks
Gaurav Khede is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1