Fixed
Status Update
Comments
na...@google.com <na...@google.com> #2
We have passed this defect on to the development team and will update this issue with more information as it becomes available.
he...@gmail.com <he...@gmail.com> #3
Released in 25.1.0 of the Support Library.
na...@google.com <na...@google.com>
st...@google.com <st...@google.com> #4
Thanks but we have to call setTypeface for every view!
It should be added to this method too -> setEditText();
Same as mCollapsingTextHelper:
mCollapsingTextHelper.setTypefaces(mEditText.getTypeface());
It should be added to this method too -> setEditText();
Same as mCollapsingTextHelper:
mCollapsingTextHelper.setTypefaces(mEditText.getTypeface());
Description
Hi guys,
The StreetviewService getPanoramaByLocation(latlng, radius, cbk) function fails when the 'radius' argument is not an integer...
You can check the following jsfiddle where the issue is obvious :
Probably a '.' encoding issue ? (it appears as '.' in the request URL, not %2E). Anyway, rounding the value is probably enough - but this should not be let to the API user :-)
Thanks !