Class: GeoTag

GeoTag(copyData)

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
Source:

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
Source:

lng :Double

Gets or sets the longitude of the object

Type:
  • Double
Source:

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
Source: