Skip to content

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

License

Notifications You must be signed in to change notification settings

skylinezum/ISO6709Location-objc

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published