Method: MapKit::DataTypes::MapSize#to_h

Defined in:
lib/map-kit-wrapper/map_kit_data_types.rb

#to_hObject

Get self as a Hash

  • Returns :

    • {:width => width, :height => height}



385
386
387
# File 'lib/map-kit-wrapper/map_kit_data_types.rb', line 385

def to_h
  {:width => @width, :height => @height}
end