Skip to content

Instantly share code, notes, and snippets.

View jamesmundy's full-sized avatar

James Mundy jamesmundy

View GitHub Profile
@jamesmundy
jamesmundy / MKMapViewZoomLevel.cs
Last active January 21, 2016 14:17 — forked from djad442/MKMapViewZoomLevel.cs
MonoTouch MKMapView with Zoom Level Property
using System;
using MapKit;
using CoreLocation;
using CoreGraphics;
using System.Drawing;
using Foundation;
namespace BinaryQuest
{
[Register("MKMapViewZoomLevel")]