class Juniper::MapGoogle

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 bottom_right_coordinates : LatLng #

[View source]
def bottom_right_coordinates=(bottom_right_coordinates : LatLng) #

[View source]
def origin_x : Float64 #

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

[View source]
def origin_y : Float64 #

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

[View source]
def top_left_coordinates : LatLng #

[View source]
def top_left_coordinates=(top_left_coordinates : LatLng) #

[View source]
def type : String #

[View source]
def view : String #

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

[View source]