You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: