Method: MapKit::DataTypes::MapSize#api

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

#apiObject

Returns the wrapped iOS MKMapSize object

  • Returns :

    • A MKMapSize representation of self



345
346
347
# File 'lib/map-kit-wrapper/map_kit_data_types.rb', line 345

def api
  MKMapSizeMake(@width, @height)
end