Module: MapKit::MapView::OverriddenMethods
Overview
Trick to override methods on the iOS APi and to get super on those methods
Instance Method Summary collapse
-
#region ⇒ Object
Get the maps region.
Instance Method Details
#region ⇒ Object
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 |