A jQuery plugin that creates a ParkWhiz parking map widget.
Code Snippet:
$("#parkwhiz-widget-venue-multiple").pwMap_parkingMap({
parkwhizKey: 'd4c5b1639a3e443de77c43bb4d4bc888',
location: {
venue: [
'madison-square-garden-parking',
'united-center-parking',
],
defaultEvent: '266678',
},
mapOptions: {
zoom: 20
},
mapHeight: '300px',
modules: ['map', 'event_list', 'parking_locations']
});