Elxis CMS Forum

Support => General => Topic started by: acmail on September 12, 2018, 13:12:41

Title: Remove/Hide Google Map Features
Post by: acmail on September 12, 2018, 13:12:41
Hello,

Does anyone know how to remove/hide Google map features such as hotels and businesses etc in ISOR Hotels?
Title: Re: Remove/Hide Google Map Features
Post by: datahell on September 15, 2018, 10:35:22
You must modify the integration code. The key is to set visibility = "off" to "poi" items (eg. poi.business). Example (https://developers.google.com/maps/documentation/javascript/examples/hiding-features)

As I am in the middle of development IOSR Hotels v2.6 now I can add this option in the default installation and when v2.6 is available you update to that version and your problem is solved.
Title: Re: Remove/Hide Google Map Features
Post by: acmail on September 18, 2018, 20:15:01
Thanks, I found the Google Developers page but cannot find the code in ISOR. Can you tell me where the integration code is?