bmap
v1.0.1
Published
Library to easily build maps on top of the google maps api.
Readme
Example
var map = new GoogleMapsFilterGroups({ apiKey: "someAPIKeyHERE", querySelector: ".map", focusElement: ".mapLegend", groupElements: ".mapLegend a", firstGroupOn: true, mapConfig: { center: { lat: latitude, long: longitude }, zoom: 15 } });
