ParkWhiz Logo

jQuery ParkWhiz Parking Map

A jQuery plugin that creates a ParkWhiz parking map widget.

View the Project on GitHub

Widget Multiple Addresses

← Back to demo list

Code Snippet:

$("#parkwhiz-widget-multi-addresses").pwMap_parkingMap({
	parkwhizKey: 'd4c5b1639a3e443de77c43bb4d4bc888',
	location: {
		destination: [
			'208 S. Jefferson, Chicago, IL',
			{lat: '41.884499', lng: '-87.640461'},
			{destination: 'anchorage, alaska'},
		],
	},
	mapHeight: '275px',
	modules: ['map', 'time_picker', 'parking_locations']
});

← Back to demo list