class Juniper::MapImage

Defined in:

juniper/mist_models.cr

Constructors

Instance Method Summary

Instance methods inherited from class Juniper::Map

id : String id, id=(id : String) id=, name : String name, name=(name : String) name=

Constructor methods inherited from class Juniper::Map

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def height : Int32 #

[View source]
def height=(height : Int32) #

[View source]
def height_m : Float64 | Nil #

[View source]
def height_m=(height_m : Float64 | Nil) #

[View source]
def locked : Bool | Nil #

[View source]
def locked=(locked : Bool | Nil) #

[View source]
def org_id : String | Nil #

[View source]
def org_id=(org_id : String | Nil) #

[View source]
def orientation : Int32 | Nil #

[View source]
def orientation=(orientation : Int32 | Nil) #

[View source]
def origin_x : Float64 | Nil #

the user-annotated x origin, pixels


[View source]
def origin_x=(origin_x : Float64 | Nil) #

the user-annotated x origin, pixels


[View source]
def origin_y : Float64 | Nil #

the user-annotated y origin, pixels


[View source]
def origin_y=(origin_y : Float64 | Nil) #

the user-annotated y origin, pixels


[View source]
def pixels_per_meter : Float64 | Nil #

[View source]
def pixels_per_meter=(pixels_per_meter : Float64 | Nil) #

[View source]
def site_id : String | Nil #

[View source]
def site_id=(site_id : String | Nil) #

[View source]
def thumbnail_url : String #

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

[View source]
def type : String #

[View source]
def url : String #

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

[View source]
def width : Int32 #

[View source]
def width=(width : Int32) #

[View source]
def width_m : Float64 | Nil #

[View source]
def width_m=(width_m : Float64 | Nil) #

[View source]