Skip to content

Instantly share code, notes, and snippets.

View jpm's full-sized avatar

João Prado Maia jpm

  • Hearst Newspapers
  • The Woodlands, TX
View GitHub Profile
@jpm
jpm / MKMapViewExtension.swift
Last active June 29, 2016 23:33 — forked from mnbayan/MKMapViewExtension.swift
MKMapView extension to center map to coordinates with defined zoom level using Swift language (version 3). Also includes a method to return the current zoom level of a MKMapView object.
//
// MKMapViewExtension.swift
// AutocompleteTextfieldSwift
//
// Created by Mylene Bayan on 2/22/15.
// Copyright (c) 2015 MaiLin. All rights reserved.
//
import Foundation
import MapKit