Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android plugin, Circle.setRadius doesn't seem to work #91

Closed
stevesims opened this issue May 28, 2014 · 3 comments
Closed

Android plugin, Circle.setRadius doesn't seem to work #91

stevesims opened this issue May 28, 2014 · 3 comments
Labels
Milestone

Comments

@stevesims
Copy link

I use setRadius on a circle which is used to reflect the user's current location accuracy.

For every call that's made in the android console log I see errors like this:

W/System.err(28658): java.lang.NoSuchMethodException: setRadius [float]
W/System.err(28658):    at java.lang.Class.getConstructorOrMethod(Class.java:472)
W/System.err(28658):    at java.lang.Class.getDeclaredMethod(Class.java:640)
W/System.err(28658):    at plugin.google.maps.MyPlugin.setValue(MyPlugin.java:98)
W/System.err(28658):    at plugin.google.maps.MyPlugin.setFloat(MyPlugin.java:85)
W/System.err(28658):    at plugin.google.maps.PluginCircle.setRadius(PluginCircle.java:124)
W/System.err(28658):    at java.lang.reflect.Method.invokeNative(Native Method)
<snip>
@wf9a5m75
Copy link
Member

I'm very sorry.

@wf9a5m75 wf9a5m75 added this to the v1.1.1 milestone May 28, 2014
@stevesims
Copy link
Author

Really not a big problem. :-)

I'd have posted a patch, but my code has drifted a little (experimenting with Android sliding), and also I couldn't quite work out how to fix this particular glitch.

@ghost ghost closed this as completed in a854b3b May 29, 2014
@wf9a5m75
Copy link
Member

The version 1.1.1 is released, and this bug fix is included. Thank you for your help.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants