Coder Social home page Coder Social logo

Comments (4)

RupamShaw avatar RupamShaw commented on June 7, 2024

its same problem in my case too
how to get address array size>0
what things need to set is Google map apikey also needed for locationaddress.I set it that too in manifest.even though addresses = geocoder.getFromLocation not giving any exceptions.
in logcat.In my bluestack emulator i have googleplayservices version 8.7.03. what I am missing.
do i have to have premium plan.to use geocode.my Latitude:22.11, Longitude:72.67 is it possible not to get for this location

from location-samples.

OrigPSJ avatar OrigPSJ commented on June 7, 2024

I've found that this issue seems to be phone specific -- I have a Sprint Galaxy S5 (Android 6) and I get an array length of 2, while on a Sprint Galaxy S6 (Android 6) I get an array length of 0, and on a Sprint Galaxy S7 (Android 7) the array length is again 2 (all in the same location, and the address is identical on all 3 just split differently in the response)

I believe a Verizon S7 (Android 7) is giving an array length of 0 as well - though it is with someone in the field so just a hypothesis. The geocoding stopped working suddenly around July 23rd or 24th on both the Sprint S6 and Verizon S7.....so something on the backend samsung services must have changed (and might be different based on provider/model)

from location-samples.

wakely avatar wakely commented on June 7, 2024

Might be a semantical issue, but it seems like "max index" of 0 is correct, when there is only a single entry. So maybe the loop range should just be switched to i <= address.getMaxAddressLineIndex() ?

from location-samples.

shailen avatar shailen commented on June 7, 2024

I cannot repro any of this, unfortunately.

from location-samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.