Skip to content

Add method for getting the accuracy#35

Open
BjarneRest wants to merge 2 commits intodelight-im:masterfrom
BjarneRest:patch-1
Open

Add method for getting the accuracy#35
BjarneRest wants to merge 2 commits intodelight-im:masterfrom
BjarneRest:patch-1

Conversation

@BjarneRest
Copy link
Copy Markdown

@BjarneRest BjarneRest commented Jul 29, 2019

Fixes #13

Copy link
Copy Markdown

@Technerder Technerder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can be shortened down to one line.

public float getAccuracy() {
	return (mPosition == null) ? 0.0f : mPosition.getAccuracy();
}

@BjarneRest
Copy link
Copy Markdown
Author

@Technerder Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

get accuracy

2 participants