Precision and bugs removal
This update brings slightly more value than the previous!
- Waypoint types, including track point and route point is now encoded as double floating point precision (Double) instead of floating point precision (Float). This should result higher precision, more digits.
- Fixes yet another
GPXExtensions
bug, #64, where extensions tagging will not be formatted correctly. - Remove older
GPXExtensions
unavailable methods totally. - Reduction of
GPXElement
's method, as it is repeated and redundant.
Special thanks for @andrijamilovanovic for notifying about issue #64! Contributions towards finding bugs such as those within the rather buggy GPXElement
and its subclasses will make CoreGPX better! Thank you!