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 ..
Yes, it is possible:
When the user clicks on the map, you can get the location of the point: Get the coordinates when you click on the map in android
Request an online weather service to get the temperature for a given location: e.g. Yahoo Weather
Show popup on map that reports temperature: Show popup above map marker in MapView
To find the temp, select information from the weather API, such as Yahoo, and map it to the location of the device.
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.