class Cisco::DNASpaces::IotPosition

Included Modules

Extended Modules

Defined in:

cisco/dna_spaces/iot_telemetry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def confidence_factor : Float64 #

[View source]
def latitude : Float64 #

[View source]
def location_id : String #

[View source]
def location_id=(location_id : String) #

[View source]
def longitude : Float64 #

[View source]
def map_id : String #

[View source]
def map_id=(map_id : String) #

[View source]
def time_located : Int64 #

[View source]
def time_located=(time_located : Int64) #

[View source]
def x_pos : Float64 #

[View source]
def y_pos : Float64 #

[View source]