Releases: intere/GeoTrackKit
Releases · intere/GeoTrackKit
API Updates
Updates
- Extension to
CLLocationCoordinate2D
to include mercator x, y and points - Extended parsing of CLLocation so that it supports long and short name versions of CLLocations
- Extended
Double
to convert back and forth between radians and degrees - Added the ability for
GeoTrackAnalyzer
to split a track into legs - Added utilities to
GeoTrack
for checking if two tracks are adjacent (start / end) and check if two tracks intersect at all - Added sharing of tracks in the example app
- Added unit tests
Links
Read Health Kit
Library Updates
- Added
HealthKit
subspec- Provides the ability to read tracks from Workouts in HealthKit
- Factored existing code into a (default) subspec:
Core
Example App Updates
- Added Live Tracking in Example App
- Refactored Example App into a tab bar based UI
Code Differences
Screenshots
Swift 4
Updates
Converted the library to Swift 4 and made some changes per swiftlint
Code Diff between 0.1.0 and 0.2.0
This is functionally no different than 0.1.0