コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Geospatial Search

Avatar

Level 6

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

1 受け入れられたソリューション

Avatar

正解者
Level 10

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

元の投稿で解決策を見る

3 返信

Avatar

正解者
Level 10

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

Avatar

Level 2

For geocoding, you would need to use google maps like service, but for performing geospatial search you can use Solr.

Avatar

Level 6

Thanks for you advice.