google: geo chartBasic geo chart
Google maps DocumentationEnter the google maps token The data to be used in the geo chart. For formats see the documentation. The options to be used in the geo chart. For options see the documentation. google: mapBasic map
Enter the google maps token The default center latitude location The default center longitude location The default center latitude location. The default center longitude location The type of map to display. When false, the default controls are hidden.
Default:
true
When true, all the markers on the map will be clustered together if they are close enough together. When fully zoomed out max zoom is the amount of zoom levels you can zoom in on the map (so 20 is 20 clicks on the +)
Default:
20
The grid size of a cluster in pixels.
Default:
40
An Array with MAX 5 images for the cluster icons. Items in array needs to be Array with values. IMAGES NEEDS TO BE SMALLER THAN 100PX
Default:
[]
Set the width of the images
Default:
50
Set the height of the images
Default:
50
Color of the cluster text
Default:
black
Size of the cluster text
Default:
12
When false, you will not be able to drag the map.
Default:
true
When false, you will not be able to toggle between map types
Default:
true
This color will be visible when tiles have not yet loaded as the user pans. Google maps: create a markerCreates a marker on the given map
Selector to be used when this outlet is used multiple times within the current page. The ID to reference this marker, updates the marker if the ID already exists. A marker label is a single character of text which will appear inside the marker.
Default:
none
A predefined marker symbol. Options: BACKWARD_CLOSED_ARROW, BACKWARD_OPEN_ARROW, CIRCLE, FORWARD_CLOSED_ARROW, FORWARD_OPEN_ARROW
Default:
CIRCLE
The amount by which the symbol is scaled in size.
Default:
1
The symbol's fill color. All CSS3 colors are supported.
Default:
black (#000)
Number between 0.0 (not visible) and 1.0 (visible). Google maps: create a circleCreates a circle on the given map
Selector to be used when this outlet is used multiple times within the current page. The ID to reference this circle, updates the circle if the ID already exists. The radius in meters.
Default:
100
The circles fill color. All CSS3 colors are supported.
Default:
black (#000)
The circles border color. All CSS3 colors are supported.
Default:
white (#000)
Number between 0.0 (not visible) and 1.0 (visible). Google maps: pan to coordsChanges the center of the map to the given lat/lng, the transition will be smoothly animated.
Selector to be used when this outlet is used multiple times within the current page. Google maps: set custom markerCreates a custom marker on the map
Selector to be used when this outlet is used multiple times within the current page. The ID to reference this marker, updates the marker if the ID already exists. A marker label is a single character of text which will appear inside the marker.
Default:
none
URL of the image to use as marker. The given size will be used. In order to make a smaller icon, a smaller image should be used. Number between 0.0 (not visible) and 1.0 (visible). Google maps: info windowUpdate the info window on the given marker
Selector to be used when this outlet is used multiple times within the current page. The ID of the marker to attach this info window at. Should the popup automatically open on load? Google maps: remove markerRemoves a marker on the given outlet
The ID of the marker to remove Selector to be used when this outlet is used multiple times within the current page. Google maps: set zoom-levelSets the zoom of the map to the given number.
Selector to be used when this outlet is used multiple times within the current page. Zoom level, higher is more detail (e.g. 14) Google maps: remove all markersRemoves all markers for the given outlet
Selector to be used when this outlet is used multiple times within the current page. Number of markers to keep (e.g. 100 markers, keep is 20, we will keep the last 20 markers). Google maps: set optionsSets the options of the map.
Selector to be used when this outlet is used multiple times within the current page. Is allowed to drag within the map? Is allowed to use pan controls? Is allowed to use rotate controls? Is allowed to use scale controls? Is allowed to use scrollwheel? Is allowed to use streetView? Is allowed to zoom manually?