English 中文(简体)
在使用谷歌之首时,“直接使用 Java本图书馆”和“直接召唤二者”之间的区别是什么?
原标题:When using the Google Places API, what is the difference between "using the JavaScript library" and "calling the API directly"?

我看到了“的两种提法。 页: 1 图书馆/服务,使用Java语版本,直接使用APIC,多次,但我不理解这一差异。 谷歌文件没有介绍任何与获取APIC的两种方法有关的内容。

例如,这个问题涉及2种途径: a 载于

看来,这一问题上出现了某种类型的直接上网:。 学历 页: 1

采用旧方式将URL参数正规化,新方式是利用 Java文图书馆电话吗?

www.un.org/Depts/DGACM/index_french.htm http://www.un.org/Depts/DGACM/index_chinese.htm 自我提出最初的问题以来,上文提及的“请求书”问题也经过了编辑,以列入关于这两个选择的更多信息。

最佳回答

也许你指的是用于SERVER(即利用PHP直接叫作谷歌之地)的谷歌之窗与使用谷歌之带 Java底图书馆的完全不同做法的区别,即BROWSER利用谷歌提供的 Java文图书馆(内部总结向谷歌之门发出呼吁),以便你作为 Java字典设计师,只需要了解谷歌提供的 Java文图书馆,并使用这些图书馆?

这里有两种情况。

<>Scenario #1: 直接使用APIC。 对于这一方法,你必须参考谷歌文字文字文件:https://developers.google.com/maps/documentation/places/

仅举一个简单的例子。 Say 你想在1 000米纬度=27.2531166范围内收回位置,长度=138.8655664。 您需要打上APIC文件所描述的URL:

在这种例子中,《欧洲刑法》认为了这一点(时间很长):

https://maps.googleapis.com/maps/api/place/search/json?location=-27.2531166,138.8655664&radius=1000&sensor=false&key=AddYourOwnKeyHere

你需要你个人使用的关键,我假定你是这样。 你可以指出其他选择,例如将结果限制在餐馆等。

当你打上URL时,数据将按上文URL中文本(json)的规定(xml)。 这一数据已退回,如在您的浏览器中点击了URL时从任何URL电话中提取数据。

你们可以通过直接把URL打入你的浏览器来检验这一点,并看到结果。

为了直接使用密码的APIC,你需要使用在代码内打上以上外部的URL的代码,并在代码内检索结果(例如,使用PHP CURL图书馆,或在 Java文中使用AJAX)。

<>Scenario #2: 您利用谷歌提供的 Java文图书馆wraps。 因此,你不需要处理。 如果你不了解情况,我会更新答案。

问题回答

The docs do discuss the two different approaches. The Places Library utilizes the Google Places services from within the JavaScript Google Maps API. If you are using the Google Maps API in a browser, this is probably the approach for you: https://developers.google.com/maps/documentation/javascript/places

There is also a web service, which allows you to query directly from your application. You query it using direct http calls to Google services. If you need access to the data on your server or a mobile device, this is the approach you want to take: https://developers.google.com/maps/documentation/places





相关问题
How to decide the current point reach on google map?

How to decide the current point reach on google map? I have a list of points (pickup points) of a route that I want to show in my google map with polyline. Now i have to get the current location of ...

Topographical or relief data in Map APIs

I was wondering if anyone knew of any map APIs that offer topographical or relief data? I ve had a quick look at Google and Bing APIs, but could find nothing there. Google allow you to view a map as ...

Using maps on Windows Mobile

I m experimenting with maps on different mobile platforms. Getting Google Maps to work on Android was easy, following this tutorial. Getting the same to work on Windows Mobile is a different matter. ...

Adding a custom icon to a google map

I need a hand adding a custom icon to some Google Maps javascript. Code below for your reference: function populateMap() { var map = new GMap2(document.getElementById("map")); map.setCenter(new ...

RSS to KML Overlay

I m want to display my blog as a Google Map overlay (each post contains geotags). How can I dynamically create a KML overlay from an RSS? Or better, how can I create a loop (PHP) that would display ...

开放街道地图管理员

我需要开放Street的标记管理员。 地图,如山角地图。

热门标签