Tip of the day

Support tickets can be submitted directly from application

Background shape

How Docy works

Learn languages online with the world's best tutors

Background shapeBackground shape

Most requested features of 2020

Orci sapiente illum id phasellus! Harum! Adipisicing ligula aperiam, litora temporibus minim, […]

Can I add videos into sidebars?

Si longus, levis. Primum divisit ineleganter; Vide, quantum, inquam, fallare, Torquate. Sed […]

Theme fails to load to WordPress

The Docly WordPress Theme fails to load into WordPress. My login information […]

Tinkety tonk old fruit victoria sponge squiffy bleeder twit the bee's knees loo David, buggered haggle pear shaped bubble and squeak.”

Mark Tony
Director of Sales and Success

Curabitur vitae dignissimos pulvinar eligendi ullamcorper, laoreet, accusantium numquam habitant quaerat minim consequatur”

Eh Jewel
Software Developer

Hendrerit laoreet incidunt molestie eum placeat, neque ridiculus? Maecenas incididunt aperiam tempora cumque quos?”

Penny Tool
Software Developer

Great Customer
Relationships start here

Publications

View All
Newsletter

Newsletter publications. Read the latest news.

Documentation

Hello and welcome to Cellosign documentation. If you are new to cellosign please check Getting

View All
Getting Started

Hello and welcome, we are happy to introduce

User Application
User Application

The user application is the user's main entry

Release management

Release management is our process to introduce new

Docy Mission

Docy is Documentation webstie for everyone, emphasizing accessibility, performance, security, and ease of use.

The Technology

Learn about the software

The Community

Learn about the people

Docy Video Tutorials

Check the current status of Docy services

Not finding the help you need?

Contact Us

The community team is here to help

Ask Everyone

Hello, what can we help you find?

Publications

Documentation

Hello and welcome to Cellosign documentation. If you are new to cellosign […]

Product Support
  • 5
  • 7
Forums for individual product support topics
Docly Theme Support
  • 12
  • 20
Get support for the Docly WordPress theme

Welcome to Docy Forum

Posts
0
Topics
0
Replies
0
Docly Theme Support

Get support for the Docly WordPress theme

Topic

Test by rubel

<span style="color: rgba(0, 0, 0, 0.8...

1
0

rrrr

rrrrr

1
0

Question about documentation levels

Hello, I would like to ask if it is poss...

0
2
User Feedback

We listed to our customers. Post your feedback in this forum.

Topic

terttdf

dfg dfgd dfgdf  fdgdf gdfgdffg dgd  fg...

1
0

psd and mue

why I can't put question mark❓ ???? ...

1
0

COGUMELOS MÁGICOS E A LEI

  <p style="text-align: center;"...

1
0

Featured Image on Mobile

Hello, The position of featured image...

0
3

Template names

Hi, I have just purchased your template...

0
0
Aprimo Theme Support
  • 8
  • 4
Get support for Aprimo WordPress theme via this forum.
Deksi Theme
  • 5
  • 3
Get support for our upcoming Deski WordPress theme via this forum.
Gullu Theme Support
  • 2
  • 1
Get support for Gullu WordPress theme via this forum.

Popular Posts

Hello, what can we help you find?

Publications

Documentation

Hello and welcome to Cellosign documentation. If you are new to cellosign […]

What are you looking for?

Search here to get answers to your questions

Table of contents

Main course contains 2 parts which cover JavaScript as a programming language and working with a browser. There are also additional series of thematic articles

More resources

App status

Stay up to date on Front’s technical systems and app stability.

New features

Learn about the latest app updates and new feature releases.

For developers

Build integrations and customize Front with powerful APIs.

Controller types

Location

Estimated reading: 3 minutes 179 views

Location element provides the ability to collect client Geo-location, that is the latitude and longitude coordinates that represents a geographic position.

Activating Geo-location elements requires some preparations in advance:

  1. Availability of maps feature. This feature is not bundled with the basic package and requires activation
  2. Availability of Google maps API token to access maps services

Getting token from Google maps API

See this following documentation to acquire Google’s API token

At the end of the process you should have an API token from this screen

Creating Google maps connector

  1. Login to template you wish to add location Geo-coder
  2. Click Integrations
  3. Click Connectors
  4. Click “Add Live Connector”
  5. Select “Maps” in source and “Google Map” in the subsequent dropdown
  6. Add API token and click verify. Note: Service will be available only after successful API activation
  7. Check “Apply Geo coding” in case you wish user will be able to enter and search location manually

Setting up location field

To setup location field, simply drag and drop location fields onto HTML template.

Note: It is advised that the location field will be added to at full row width or at least 1/2 row width. On 1/3 row width the map might be too small for Desktop users in case the screen resolution is low.

  1. Check “Display Map on final PDF result” if you require that the map with it’s selected location marker will be displayed on PDF for archive
  2. Check “Display Location coordinates [longitude/latitude] on final PDF result” if you require that the coordinates will be displayed on PDF for archive

Security and permissions

Cellosign location field is executed on top of Google Map API and the browser. Since collection of Geographic location is a sensitive information, the client (user) will have to provide permissions to collect data. Permissions are granted on a browser level, it’s not Cellosign or Google authority to request for permissions.
 
Only after permissions were granted than Google map may inquire for Geo location position.
In case you require the extra mile for permissions, you may affirm location functionality all together by connect it to a dependency that requires client consent. For example,  setup a location field with default display off. Connect the location element to a checkbox that reads client consent to collect location data. Activate the location only if consent provided.
 
In case that the client does not provide consent to automatically detect Geo location, he can still search or browse his location on top of the map.
 
For security reasons, co-browsing agent does not have write permissions on location field.

API

On a Webhook API location field will provide data in the following format

  1. “value” represents latitude and longitude that was geocoded
  2. “meta” > “geocoder” incorporates full address as it is available from Google maps API.

				
					{
      "id": "SOMEFIELD5",
      "value": "32.001186,34.9413393",
      "top": 65.91806722689076,
      "left": 8.194774346793352,
      "width": 28.8781512605042,
      "height": 2.048693586698337,
      "page": 0,
      "type": "location",
      "visible": true,
      "meta": {
        "geocoder": "Arlozorov St 160, Tel Aviv-Yafo, Israel"
      }
    }
				
			

Notes and Gotchas

1. Location data is considered highly sensitive according to GDPR. As such it is advised to use location on templates with single recipient, without workflows. If you decided to use location control on multi recipient template be aware that location data is only available for PDF and API at the end of the process for the last recipient only. Data from previous recipients is not exposed.

 

 

Leave a Comment

Share this Doc

Location

Or copy link

CONTENTS