4. Customize the accompanying search box options
a. Select a default city to be displayed in search box (mandatory)
b. Change default check-in / check-out date to be displayed in search box as desired (optional but recommended)
c. Number of rooms, adults and children (default is 1,2,0). (optional)
d. Search radius – Distance in km around the event location within which the properties must lie (default = 5km). (optional)
5. See the preview on the right side.
a. Choose the platform to see how map would appear in that (desktop, tablet, mobile)
6. Click Generate to create the script which can be implemented on partner’s side.
Common questions
Is the feature fully responsive?
Yes, the map feature is fully responsive and will automatically render the appropriate version based on container size.
Can I dynamically pass parameters from outside?
Yes. In the generated script, set – isOverideConf to ‘true’ and then all the following parameters can be dynamically modified.
{ checkIn: 'yyyy-mm-dd',checkOut: 'yyyy-mm-dd',language: ‘<locale_code>',currency: '<currency_code>',searchRadius: <int_value>,cid: <cid_value>,latitude: <xx.xx>,longitude: <yy.yy>,destination: ‘<city_name>’,isOverideConf: true,city: <city_id>,numberOfChildren: <int_value>,numberOfAdult: <int_value>,numberOfRoom: <int_value>,crt: '<crt_value>',ver: 1}
Where can I get city id and other information?
Can I customize how many hotels are displayed on the map at a time?
Not currently. Up to 10 properties are displayed as of now.