Google Maps - Location picker (Map Marker)
Added in Action Form 5.0.526, the field will allow you to:
- create/collect/store
- display
location markers on a Google Map based on coordinates (latitude and longitude).
The field allows you to set:
- map center method (based either on user Geolocation or provided latitude/longitude location)
- map zoom level
On submit, the field generates a list of tokens which include data as following:
- all field data as JSON: [<fieldname>]
- all markers data as JSON: [<fieldname>:markers]
- map marker position as latitude and longitude: [<fieldname>:lat], [<fieldname>:long]
- all circles data as JSON: [<fieldname>:circles] (starting with version 5.0.656)
The field can also be used to display marker or multiple markers on a map based on values provided in the markers area of field’s settings as seen below.
Field settings | Field on website |
---|---|
Starting with Action Form 5.0.656+ the Parameter fields also support tokens
Display marker with radius
You can also diplay a circle(radius) on the Action Form Google Map field by adding Parameters in the Circles section as seen in the screenshot below.
The circles feature is available in Action Form 5.0.656+
Field settings | Field on website |
---|---|