new GeoTag(copyData)
Represents a simple geographic tagging attribute
Parameters:
Name | Type | Description |
---|---|---|
copyData |
GeoTag | Copy constructor (if present) |
Properties:
Name | Type | Description |
---|---|---|
modifiedOn |
Date | Gets the default modified on |
lat |
Double | Gets the latitude |
lng |
Double | Gets or sets the longitude of the object |
precise |
boolean | Gets or sets the accuracy of the geo-tag |
id |
string | Gets or sets the primary identifying UUID of this object |
operation |
BatchOperationType | Gets or sets the operation(see: BatchOperationType for values) |
$type |
string | Gets the type registration of this object |
Extends
Members
id :string
Gets or sets the primary identifying UUID of this object
Type:
- string
- Overrides:
- Source:
lat :Double
Gets the latitude
Type:
- Double
lng :Double
Gets or sets the longitude of the object
Type:
- Double
modifiedOn :Date
Gets the default modified on
Type:
- Date
- Overrides:
- Source:
operation :BatchOperationType
Gets or sets the operation
Type:
- Overrides:
- Source:
precise :boolean
Gets or sets the accuracy of the geo-tag
Type:
- boolean