all
android is new for me , so i just want to know that
is it possible to get temperature of particular location on mapview ?
In my application i want to show temperature of location when user tap on map.
so it can happen then please help..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes it’s possible:
When user taps on map you can get the location of the point: Get coordinates on tapping map in android
Query an online Weather service to get temperatures for given location: for example Yahoo Weather
Show popup on map that tells the temperature: Show popup above map marker in MapView