Questions tagged [google-weather-api]

Google used to have its own weather API. As of August 2012, Google shut it down.

Google used to have a weather API.

In 2012, Google shut it down.


Related tags

67 questions
0
votes
1 answer

Weather data google-maps-api v3

I have a google maps api where after displaying the map I am going to insert a few markers. On click of these markers, I am bringing data regarding that marker. Now the problem is I want the wind speed also for that marker .I got response from one…
0
votes
1 answer

How to parse Google weather API using NSXML?

i want to parse google weather API using NSXML so please give me some Guidance for this. This is My url and i have taken such kind of steps: NSURL *url = [NSURL URLWithString:@"http://www.google.com/ig/api?weather=Ahemdabad"]; NSMutableURLRequest…
Ankit Vyas
  • 7,507
  • 13
  • 56
  • 89
0
votes
4 answers

Problem on Google weather report calcuation

This is about the Google Weather Report XML. What is the calculation Google is doing? When I google with weather=London,UK keyword, it's showing something like this screen shot, alt text http://img293.imageshack.us/img293/4746/weathergoogle.jpg In…
Bharanikumar
  • 25,457
  • 50
  • 131
  • 201
0
votes
1 answer

I want to search and find the location and weather details in weather map

I have added one text box and search button into this application.I want enter a location and click search button then it shows the appropriate location with weather details. I tried in many ways but won't works. So any one have the code, then…
user3978240
0
votes
0 answers

How to add weather layer to the current infowindow Google Map?

I want to add this forecast to the infowindow. I wanna use Google weather layers. But i dont know how to put them to the current infowindow var weatherLayer = new google.maps.weather.WeatherLayer({ temperatureUnits:…
0
votes
1 answer

Google maps api weather layer and geolocating

I'm currently trying to use google maps to first display a map of United States with the weather and cloud google map layers and then zoom into the user's location using geolocation google maps api. My problem right now is I am only able to display…
user3479298
0
votes
1 answer

How to get weather information from google based on date

Today I started a simple Application,Using this App user can find the weather information based on date.So I want to use an third party library I searched in google.Finally I found Google provides the weather information through api calls In my…
Hanumath
  • 1,117
  • 9
  • 23
  • 41
0
votes
2 answers

Javascript weather API text only

I would like to use a text based weather API(Google API if exists) to show the current temperature of a given point(latitude,longitude). I don't want to show the map, only the value... In fact, What I want is to do something…
Bellash
  • 7,560
  • 6
  • 53
  • 86
0
votes
1 answer

Where to add the Weather Layer on this custom map?

I need some help in figuring out where to put any of the weather layer code to a custom Google Map (API v3), any input would be greatly appreciated :) We have created a custom Google Map, and on it we have 2 Fusion Table layers with a simple…
0
votes
1 answer

Google Maps API check if a location has weather information

In Google Maps API v3 is it possible checking if weather data is available for a specified location? I mean the weather icon, clicking on which the tooltip popups showing forecasts for the next days. I am using the WeatherLayer and the…
yodabar
  • 4,651
  • 2
  • 33
  • 38
0
votes
0 answers

Parsing data from function to android app

This code gets data from weatherunderground api. I'm building android app that uses this data in internal functions. I'm having problems using this data in android app code. package perry.test; import java.io.IOException; import…
max
  • 1,579
  • 1
  • 19
  • 34
0
votes
2 answers

Google Weather API returns HTTP 403 Error

I use the Google weather API in my web site, and today I get an error that the API link doesn't return any data. When I check the link directly I get an (Error 403). Here is the link. Can anyone please tell me a solution for this and provide me…
0
votes
2 answers

Cakephp 2.0: Errors with Google Weather API + Xml

I have created an Element for my project which loads the Google Weather API. Locally it works perfectly. The problem appeared when I uploaded it and when I gave it to a friend of mine to try it. The code for the element is the following…
user1496047
  • 51
  • 3
  • 10
0
votes
1 answer

Google Weather API conditions

I'm using SAX to pull information from the google weather API and I'm having issues with the "conditions". Specifically I'm using this code: public void startElement (String uri, String name, String qName, Attributes atts) { if…
A_Elric
  • 3,508
  • 13
  • 52
  • 85
0
votes
1 answer

c# google weather xml getting

i want get weather from http://www.google.com/ig/api?weather= I use this // load xml result from Google weather var addr = WebUtility.HtmlEncode("http://www.google.com/ig/api?weather=vilnius&hl=lt"); XDocument xd =…
Wizard
  • 10,985
  • 38
  • 91
  • 165