Hi,
Does AEM have any component that provides geospatial search?
Let's say I'd like to find the nearest stores near the user address, is there something OOTB on AEM?
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
To achieve this functionality - you need to build a custom AEM component using APIs like ones offered by Google:
https://support.google.com/mapsengine/answer/6147674?hl=en
Here is a community article that talks about implementing 3rd party mapping APIs in AEM:
http://scottsdigitalcommunity.blogspot.ca/2012/06/integrating-custom-cq-widgets-with.html
Views
Replies
Total Likes
To achieve this functionality - you need to build a custom AEM component using APIs like ones offered by Google:
https://support.google.com/mapsengine/answer/6147674?hl=en
Here is a community article that talks about implementing 3rd party mapping APIs in AEM:
http://scottsdigitalcommunity.blogspot.ca/2012/06/integrating-custom-cq-widgets-with.html
Views
Replies
Total Likes
For geocoding, you would need to use google maps like service, but for performing geospatial search you can use Solr.
Views
Replies
Total Likes
Thanks for you advice.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies