问题标签 [google-weather-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - 谷歌天气api问题
我在使用谷歌天气 api 时遇到问题 我一直在使用这个脚本http://komunitasweb.com/2009/09/showing-the-weather-with-php-and-google-weather-api/一段时间但我早些时候得到这个错误:
警告:simplexml_load_file() [function.simplexml-load-file]: //www.google.com/ig/api?weather=bermuda:2: 解析器错误:开始和结束标签不匹配:元行 1 和 /home 中的 HEAD /webmx04/public_html/weather/widgetlive1.php 在第 3 行
警告:simplexml_load_file() [function.simplexml-load-file]: 302 在第 3 行移入 /home/webmx04/public_html/weather/widgetlive1.php
警告:simplexml_load_file() [function.simplexml-load-file]: ^ in /home/webmx04/public_html/weather/widgetlive1.php 在第 3 行
警告:simplexml_load_file() [function.simplexml-load-file]: //www.google.com/ig/api?weather=bermuda:6: 解析器错误:开始和结束标记不匹配:HEAD 行 1 和 /home 中的 HTML /webmx04/public_html/weather/widgetlive1.php 在第 3 行
警告:simplexml_load_file() [function.simplexml-load-file]:在第 3 行的 /home/webmx04/public_html/weather/widgetlive1.php
警告:simplexml_load_file() [function.simplexml-load-file]: ^ in /home/webmx04/public_html/weather/widgetlive1.php 在第 3 行
警告:simplexml_load_file() [function.simplexml-load-file]: //www.google.com/ig/api?weather=bermuda:7: 解析器错误:/home/webmx04 中标记 HTML 第 1 行中的数据过早结束/public_html/weather/widgetlive1.php 在第 3 行
警告:simplexml_load_file() [function.simplexml-load-file]:在第 3 行的 /home/webmx04/public_html/weather/widgetlive1.php
警告:simplexml_load_file() [function.simplexml-load-file]: ^ in /home/webmx04/public_html/weather/widgetlive1.php 在第 3 行
致命错误:在第 4 行的 /home/webmx04/public_html/weather/widgetlive1.php 中的非对象上调用成员函数 xpath()
谁能帮我谢谢
我的代码:
flash - 在 Flash 中显示天气
问题很简单:我正在寻找教程或开源示例,以便在我的应用程序中显示天气。当我搜索时,我发现了一些 Flex (MXML) 应用程序,但我想要一些更清晰、更容易上手的东西。你知道任何链接或任何简单的代码吗?
saxparser - 如何将结果从 httpget 传递到 SAX 解析器
我想向 google API 发出请求并将生成的 XML 传递给 SAX 解析器,这两个代码都是...
首先是请求:
然后解析器:
这是执行此操作的正确方法吗?如何连接两个代码。
提前致谢
objective-c - 仅针对巴黎解析 Google 天气数据时出现问题
我使用这个http://www.google.com/ig/api?weather=paris创建了一个天气预报应用程序。它适用于除巴黎以外的所有城市。
在我的应用程序中,我有一个文本字段;如果我输入“Sydney”,它将显示悉尼的天气,但如果我输入“Paris”,它会给出错误:NSXMLParserErrorDomain error:9
. 我不知道这意味着什么。可能是什么错误?任何想法?
google-weather-api - 谷歌天气城市列表
是否有可能按国家/地区获得所有城市的列表?
我想在主页上添加一些我已经访问过的位置,但对于某些城市,我没有得到任何结果,因为 Google Weather API 显然不支持它们。所以我想至少获得支持的最近位置。
google-maps - 如何从googleapis考虑位置的纬度和经度
我正在使用“http://maps.googleapis.com/maps/api/geocode/xml?address="+address+"&sensor=true" 来获取某个位置的纬度和经度。从这里我得到如下回应:
响应中有很多关于位置的 lng 和 lat 值。那么我必须考虑哪一个?
javascript - 简单的 XMLHttpRequest(谷歌天气)
您好,我想从 Google Weather 获取 xml
它不工作。谢谢
android - Android 天气预报 - 错误
我已经使用此链接进行了天气预报
http://www.anddev.org/android_weather_forecast__-_google_weather_api__-_full_source-t361.html。
我收到以下错误:
这是我的 XML 文件 main.xml
这是我的类文件
是什么导致了这些错误?
iphone - 核心数据存储不必要的数据
我正在尝试解析谷歌天气 API。我正在使用 nsxml 解析器从 api 获取日期、天气等,然后将它们存储在 Core Data 中。
我想做的是从解析器中提取日期,将它们与当前日期匹配,然后只存储我们需要存储的尽可能多的信息。
比如说,今天的日期是 08/09/2011 并且解析匹配的日期。我希望只将解析器中的 2 个信息存储到核心数据中。我试图只存储那些日期,但我将所有 4 个信息都存储到核心数据中。
如果我给出 2011 年 8 月 11 日,我应该只得到 3 天的信息而不是 4 天。但我无法做到这一点。我正在发布我的示例代码。我正在使用测试用例来检查我的应用程序。
}
在这里发布了我的整个代码 http://www.iphonedevsdk.com/forum/iphone-sdk-development/87475-coredata-storing-more-values-than-what-required-store-database.html#post363100
iphone - 当我有经度和纬度坐标时,如何使用谷歌天气 api 获取天气信息?
我已经找到了我当前位置的经度和纬度,现在如何从 google api 获取天气信息。
请帮忙!