Skip to content

Instantly share code, notes, and snippets.

@joeldrotleff
joeldrotleff / MKMapView+Utilities.m
Created November 19, 2013 21:54
Objective-C category to get the radius of an MKMapView
//
// Created by Joel Drotleff on 11/19/13.
// Copyright (c) 2013 Joel Drotleff. All rights reserved.
//
#import <MapKit/MapKit.h>
#import <CoreLocation/CoreLocation.h>
#import "MKMapView+Utilities.h"