Module: MapKit::MapView::OverriddenMethods

Includes:
DataTypes
Included in:
MapKit::MapView
Defined in:
lib/map-kit-wrapper/map_view.rb

Overview

Trick to override methods on the iOS APi and to get super on those methods

Instance Method Summary collapse

Instance Method Details

#regionObject

Get the maps region

  • Returns :

    • CoordinateRegion



137
138
139
# File 'lib/map-kit-wrapper/map_view.rb', line 137

def region
  CoordinateRegion.new(super)
end