Android how to get temprature locations on mapview

All Android is new to me, so I just want to know that is it possible to get the temperature of a certain place on the map?

In my application, I want to show the temperature of the location when the user clicks on the map. so this can happen then please help ..

+4
source share
3 answers

Yes, it is possible:

+2
source

To find the temp, select information from the weather API, such as Yahoo, and map it to the location of the device.

+3
source

By default, the default API is missing from the Google Maps API. You need to find any separate weather API that provides location-based temperature data.

+1
source

All Articles