Use address field

A address field is a field for entering an address and get the corresponding latitude and longitude. Click the gear button in the field placed on the form to display the setting screen, and configure the setting according to your purpose on that screen.

You must have a GCP API key to use this field.

References:

Get a GCP API key

ID:

A string that is automatically assigned to identify the field.

Use this ID for customizations such as getting the DOM element of a field or manipulating records.

Click the ID to copy it to the clipboard.

References:

Customize kumaneko

Name:

Specify the label for the field.

Hide field name:

Hide the field name in the input form.

Required field:

Make the entry field required.

Placeholder:

Specify a short hint that describes the expected value of the field.

Latitude Field:

Specify a field to enter the obtained latitude.

Only the number field can be specified.

Longitude Field:

Specify the field to enter the obtained longitude.

Only the number field can be specified.

Width:

Specify the width of the field.

References:

Creating an Form

Usage Examples

After entering the address in the address field placed on the form, move to another field or click the pin button.

If you click the Open Map button next to the pin button, the position corresponding to the obtained latitude and longitude will be displayed on the map.

The obtained latitude and longitude can also be used in Map view.

References:

Use Map view