class PointGrab::CogniPoint::Site::Location

Included Modules

Extended Modules

Defined in:

point_grab/cogni_point.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def city : String #

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

[View source]
def country : String #

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

[View source]
def county : String #

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

[View source]
def geo_position : GeoPosition #

[View source]
def geo_position=(geo_position : GeoPosition) #

[View source]
def house_number : String #

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

[View source]
def state : String #

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

[View source]
def street : String #

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

[View source]
def zip : String #

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

[View source]