AltBeacon / spec

AltBeacon Technical Specification
http://altbeacon.org
208 stars 34 forks source link

getServiceUuid is not documented #18

Closed IgorGanapolsky closed 9 years ago

IgorGanapolsky commented 9 years ago

Hello, how come Beacon getServiceUuid() is not a publicly documented method?

Igor

davidgyoung commented 9 years ago

@IgorGanapolsky, I think you opened this issue against the wrong repo. Did you mean to open it here? https://github.com/AltBeacon/android-beacon-library/issues

IgorGanapolsky commented 9 years ago

I am looking at your spec: https://github.com/AltBeacon/spec. What's wrong with opening it there?

davidgyoung commented 9 years ago

The Beacon.getServiceUuid() method is part of the other repo I mentioned in my comment. FYI, I have updated the JavaDocs so you can see the public documentation of that method here: http://altbeacon.github.io/android-beacon-library/javadoc/org/altbeacon/beacon/Beacon.html

For other issues with this library, please do open an issue at the link above.

IgorGanapolsky commented 9 years ago

Thanks. If I need to know accuracy of beacon (like in iOS), will that be included in library?