Skip to content
View nonoBore's full-sized avatar
Block or Report

Block or report nonoBore

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nonoBore/README.md

ISO6709Location-objc

Cocoa functions for creating and parsing an ISO 6709 coordinate string.

Example

const CLLocationCoordinate2D coordinate =
   ISO6709Location_coordinateFromString( @"+12.3450-098.7650/" );

if ( CLLocationCoordinate2DIsValid( coordinate ) )
{
   <use coordinate>
}

License

BSD Simplified, see http://www.opensource.org/licenses/BSD-3-Clause

Pinned

  1. galaxyEyes galaxyEyes Public

  2. nonoBore nonoBore Public

    Config files for my GitHub profile.

    Objective-C