API Docs for: 1.7.0
Show:



Ticketmaster ICE Availability Plugin

A plugin for ICE Core to add availability data to segments and places


Notes:

No notes at the moment


Usage:

  1. Include ICE Core:

    <script src="bower_components/ice-core/dist/js/ice.core.min.js"></script>
  2. Include ICE Availability:

    <script src="dist/js/ice.availability.plugin.min.js"></script>
  3. Include DIV to be the venue map container:

    <div id="map></div>
  4. Call ICE

    
                var ice = ICE.create({
                'div' : 'map',
                'minimap' : 'minimap',
                'service': 'https://services.ticketmaster.com/api/maps/rest'
                });
                var config = {
                    service: 'https://services.ticketmaster.com/api/ismds',
                    apiKey: 'aj6sxy6vhtv7bujsnvgejsblcisfbv',
                    apiSecret:'sc2ruf344746p4symm3lunsbbqdsgfbv',
                    summaryUpdateInterval: 10000
                };
                ICE.AvailabilityPlugin.create(core, config);
                ice.draw({map: '00004D23B7C334AD'});