This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Created by Varun Parakh on 09/04/19 via Daniel.Burke (https://gist.github.com/d2burke/ad29811b07ae31b378ff) | |
/* | |
Have these defined in your global constants. | |
let mercatorRadius = 85445659.44705395 | |
let maxGoogleZoomLevels = 20 | |
let mercatorOffset = 268435456.0 | |
*/ | |
// | |
// MKMapView+Ext.swift |