GPS Coordinates

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) }}
  1. Format (optional) – Format for the coordinates output or render a map.
    • (Default. Latitude and Longitude separated by comma)
    • map – (Google Map)
    • latitude – (Latitude only)
    • longitude – (Longitude only)
  2. Map Width (optional) – Width of the map in pixels or percentage.
  3. Map Height (optional) – Height of the map in pixels or percentage.
  4. 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.
    • 0 – (0)
    • 1 – (1)
    • 2 – (2)
    • 3 – (3)
    • 4 – (4)
    • 5 – (5)
    • 6 – (6)
    • 7 – (7)
    • 8 – (8)
    • 9 – (9)
    • 10 – (10)
    • 11 – (11)
    • 12 – (12)
    • 13 – (13)
    • 14 – (14)
    • 15 – (15)
    • 16 – (16)
    • 17 – (17)
    • 18 – (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) }}
  1. CSS Class (optional) – Name or names of CSS class(es).
  2. Attributes (optional) – Optional attributes such as: disabled, onclick, onchange, etc.

What are your feelings

Leave a Reply

Updated on January 9, 2025