Relative Content

Tag Archive for node.jstypescriptmongodb

Most Effecient Way for count properties in Odata, MLS (Real Estate)

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