ParkWhiz Logo

jQuery ParkWhiz Parking Map

A jQuery plugin that creates a ParkWhiz parking map widget.

View the Project on GitHub

Widget Single Venue

← Back to demo list

Code Snippet:

$("#parkwhiz-widget-venue").pwMap_parkingMap({
	parkwhizKey: 'd4c5b1639a3e443de77c43bb4d4bc888',
	location: {
		venue: 'madison-square-garden-parking',
		defaultEvent: '234037',
	},
	mapHeight: '300px',
	modules: ['map', 'event_list', 'parking_locations']
});

← Back to demo list