Click here to Skip to main content
15,921,643 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get weather forecast for current location using Google Map API.

For getting Current Location I am using HTML 5 Geolocation but I am unable to get Weather forecast for a particular(Current) Location on the Page Load. Google Weather API binds all the weather in Map. I need for current Location alone. Please help me to find out.. Thanks..
Posted

1 solution

Using Google Maps API, you can only get the WeatherLayer and CloudLayer onto the map. You cannot retrieve weather values for a particular location directly. There are a lot of other Weather APIs available that provide that functionality. See http://superdevresources.com/weather-forecast-api-for-developing-apps/[^] for a nice list.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900