geocoder
美
英 
- 網(wǎng)絡(luò)地理編碼器;地理解碼器;實(shí)現(xiàn)地址查詢
例句
The GoogleGeocoder class is responsible for calling the geocoder service through HTTP with a given street address.
GoogleGeocoder類根據(jù)給定的街道地址,通過(guò)HTTP來(lái)調(diào)用geocoder服務(wù)。
Now that you have a geocoder in place, the next step is to integrate it with your Grails application.
現(xiàn)在已經(jīng)準(zhǔn)備好地理編碼器,下一步就是將它與Grails應(yīng)用程序集成在一起。
A quick Web search on free geocoder yields a number of potential candidates for the trip planner's geocoding needs.
在Web上快速搜索免費(fèi)地理編碼器會(huì)產(chǎn)生許多符合tripplanner地理編碼需求的結(jié)果。
It also has interfaces to a number of geocoder tools, including Google, Yahoo!
它還提供與許多地理編碼器工具的接口,包括Google、Yahoo!
You can use any geocoder you like to produce a file of the format expected to be in cityCoords.
您可以使用任何一個(gè)所需的geocoder來(lái)生成cityCoords中所需格式的文件。
Once you find the right geocoder for the job, create a Grails service to encapsulate the remote Web services call in a reusable method call.
在您找到合適的地理編碼器之后,創(chuàng)建一個(gè)Grails服務(wù)以把遠(yuǎn)程Web服務(wù)調(diào)用封裝在可重用方法調(diào)用中。
If you exceed this 24 -hour limit , the Maps API geocoder may stop working for you temporarily .
如果當(dāng)天超過(guò)這個(gè)限制,您可能暫時(shí)無(wú)法使用地圖API地理代碼。
That way, the geocoder has to do its initialization only once for a block and not once for each row again.
這樣,地理編碼器只需為一個(gè)塊進(jìn)行初始化,而不必為每一行進(jìn)行初始化。
First you will call the Geocoder from PHP, and use the SimpleXML module to traverse the results.
首先,從PHP調(diào)用Geocoder,并使用SimpleXML模塊遍歷結(jié)果。
You called the Geocoder service and stored the coordinate information in the database.
調(diào)用了Geocoder服務(wù),并在數(shù)據(jù)庫(kù)中存儲(chǔ)坐標(biāo)信息。
The first line gets a HashMap from the geocoder service.
第一行從geocoder服務(wù)獲得一個(gè)HashMap。
Use the JavaScript library provided by Google to call the Geocoder before you submit the form that contains the user's address information
在提交含有用戶地址信息的表格之前,使用Google提供的JavaScript庫(kù)調(diào)用Geocoder
Geocoder (created at the beginning of the initialize function in Listing 3. )
它使用的是google.maps.Geocoder實(shí)例(在清單3的initialize函數(shù)開始處創(chuàng)建)。
Call the Geocoder server-side before recording the information in the database
在數(shù)據(jù)庫(kù)中記錄信息之前調(diào)用Geocoder服務(wù)器端
Storing Geocoder data in the database
在數(shù)據(jù)庫(kù)中存儲(chǔ)Geocoder數(shù)據(jù)