Is there a way to grab the lat and lon that corresponds to the zip code the user supplied when setting up their Google TV box?

link|improve this question

55% accept rate
Have you RTFM/documentation! – gotomanners Nov 23 '11 at 13:48
3  
I'm asking because I didn't see this in the documentation! – taraloca Nov 23 '11 at 14:36
feedback

1 Answer

up vote 5 down vote accepted

According to a presentation by Christian Kurzke of Google at AnDevCon II, you use:

Location loc=lm.getLastKnownLocation(“static”);

which will require the ACCESS_COARSE_LOCATION permission.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.