method
PointField.Private
Public method PointField.Private from github.com/riducms/ridu/field.
Arguments
| Argument | Type | Description |
|---|---|---|
namespace | string | The namespace value. |
value | store.Value | The value value. |
Returns
The declared result.
PointFieldFull signature
func (f PointField) Private(
namespace string,
value store.Value,
) PointFieldRelated types
PointFieldPointField configures a field for a geographic point.
ValueAn immutable scalar, object, list, or populated document value.