Map
Description
The map widget allows users to interact with google maps. Users may send markets, set markers, and create a heat map.
OPTIONS
- Map Name (String)
- Name of map
- Map Type (Option)
- Simple Map
- Basic map functionality
- Heat Map
- Will render a heat map on top of map corresponding to placed markers *Location source
- Select data source input and return location JSON in input parser
- Expected incoming data format:
{ "zoom" : 16, "markers" : [ {"lat" : 30.266856, "lng" : -97.742322 },{ "lat" : 30.27020, "lng" : -97.746638 } ] }
- Note: Map will scale to show all markers if “zoom” attribute is ommited
- For outgoing parser,
return this.widget
to send created markers to datasource
- API Key
- Google API developer key