particle-iot / ElectronAssetTracker

Library for the Electron Asset Tracker!
Apache License 2.0
53 stars 84 forks source link

Access to latitudeDegrees and longitudeDegrees from library #13

Closed kenwalker closed 7 years ago

kenwalker commented 7 years ago

I'm working on a project where I'd like access to latitudeDegrees and longitudeDegrees but at the moment the only access is through readLatLon() and you'd have to parse the string results.

Adding accessors in AssetTracker.cpp and AssetTracker.h is pretty trivial and I'll open up a pull request.

jenesaisdiq commented 7 years ago

Nice!