ParkWhiz Logo

jQuery ParkWhiz Parking Map

A jQuery plugin that creates a ParkWhiz parking map widget.

View the Project on GitHub

Widget Single Address (results, zoom override, special center)

← Back to demo list

Code Snippet:

$("#parkwhiz-widget-single-address-overrides").pwMap_parkingMap({
	parkwhizKey: 'd4c5b1639a3e443de77c43bb4d4bc888',
	location: {
		destination: [
			'208 S. Jefferson, Chicago, IL',
		],
		center: {
			destination: '1 World Way Los Angeles, CA 90045',
		}
	},
	mapOptions: {
		zoom: 20
	},
	mapHeight: '275px',
	modules: ['map', 'parking_locations']
});

← Back to demo list