I'm trying to map coordinates to POI. I have crawled POI with their coordinates from Google Map and try to map them to some coordinate data

Dear all, I’m trying to map coordinates to POI. I have crawled POI with their coordinates from Google Map and try to map them to some coordinate data. My logic is to calculate the haversine distance of the coordinates to the POI coordinates and find the closest one that is within a certain range. I’m wondering if anyone else has implemented this POI decoration logic.

@Jingjing_Li_University_of_Virginia I’m not 100% sure what you are trying to do. SafeGraph data has latitude and longitude for every place I’m Core Places, you don’t need to scrape from Google Maps.

What two things are you trying to calculate the distance between?

Cc: @Roshan_George_SafeGraph

Are you trying to find the closest POI to a specific coordinate, @Jingjing_Li_University_of_Virginia?

Yes. I’m trying to find the POI for a specific coordinate. Thanks for your help! @Roshan_George_SafeGraph