ColumnType implements [Field.ColumnType] interface method.
ValidateSettings implements [Field.ValidateSettings] interface method.
Hidden hides the field from the API response.
Id is the unique stable field identifier.
It is automatically generated from the name when adding to a collection FieldsList.
Name (required) is the unique name of the field.
Presentable hints the Dashboard UI to use the underlying field record value in the relation preview label.
Required will require the field coordinates to be non-zero (aka. not "Null Island").
System prevents the renaming and removal of the field.
Generated using TypeDoc
GeoPointField defines "geoPoint" type field for storing latitude and longitude GPS coordinates.
You can set the record field value as [types.GeoPoint], map or serialized json object with lat-lon props. The stored value is always converted to [types.GeoPoint]. Nil, empty map, empty bytes slice, etc. results in zero [types.GeoPoint].
Examples of updating a record's GeoPointField value programmatically: