Overview #
Google Map Coordinates (Latitude and Longitude) with selection map
Value Processing Parameters: #
Basic usage:
{{ FieldName }}
Usage with parameters:
{{ FieldName(Format, Map Width, Map Height, Map Zoom) }}
Format
(optional) – Format for the coordinates output or render a map.Map Width
(optional) – Width of the map in pixels or percentage.Map Height
(optional) – Height of the map in pixels or percentage.Map Zoom
(optional) – The Google Maps API provides map tiles at various zoom levels for map type imagery. Most roadmap imagery is available from zoom levels 0 to 18.
Example:
{{ FieldName("map","","",0) }}
Pure Value (Unprocessed): #
Example:
{{ FieldName.value }}
Edit Record Parameters: #
Parameters for configuring the input element for GPS coordinates.
Basic usage:
{{ FieldName.edit }}
Usage with parameters:
{{ FieldName.edit(CSS Class, Attributes) }}
CSS Class
(optional) – Name or names of CSS class(es).Attributes
(optional) – Optional attributes such as: disabled, onclick, onchange, etc.
Leave a Reply
You must be logged in to post a comment.