TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Johan Kool.
This repository contains some code that can be used on iOS for some basic stuff not currently available in Apple's CoreLocation framework.
This category on CLHeading can convert a heading to its textual equivalent, e.g. 0 degrees -> 'N', 90 degrees -> 'E', etc. There are 4 levels which you can use to indicate the desired precision (N vs. NNE).
This category on CLLocation adds method to do distance calculations, as well as calculations to determine the direction (bearing) to follow to go from A to B. The methods are based on the info found at www.movable-type.co.uk/scripts/latlong.html.
This is an adaptation of the work done by Chris Veness (Attribution 3.0 Unported (CC BY 3.0)):
Latitude/longitude spherical geodesy formulae & scripts (c) Chris Veness 2002-2010
http://www.movable-type.co.uk/scripts/latlong.html
Copyright 2010-2011 Koolistov. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Johan Kool is an developer of iOS and Mac OS X (Cocoa and Cocoa touch) software. If you wish to hire me, please look at www.koolistov.net/services.
-- Thanks!
Johan