1

I'm building an application that takes the departure and destination address from the user. The company purchased Capture+ from PostCode anyWhere to be used on our website, I now need to build it on Android.

I'm trying to build a layout that would have something like this demo http://www.postcodeanywhere.co.uk/address-capture-software/try-it-now/

I tried to look for an Android API for that, but didn't find a Java API http://www.postcodeanywhere.co.uk/support/sample-code.aspx

This link shows how to get started with Capture+ , but again only javascript and some html form https://www.postcodeanywhere.co.uk/address-capture-software/guide/default.aspx?reg=1

I've tried reading about the search dialog http://developer.android.com/guide/topics/search/search-dialog.html

But i'm not sure if it's the right thing, I'm really lost, can anyone help me please ?

4

2 に答える 2

1

問題ありません。うまくいったと聞いてよかったです。

このサービスは、この 2 つの部分からなる方法 (検索と取得) で使用することを目的としています。ID による取得は、料金が発生する呼び出しです。「検索」が行われない場合に使用できる「検索」の数には制限があります。

あなたの要件を私にメールで送りたい場合は、それを行う最善の方法を調べることができますか?

私のメールは tomm@postcodeanywhere.com です

乾杯

于 2013-03-04T09:11:43.410 に答える
1

私は Postcode Anywhere のテクニカル サポート チームに所属しています。現在、Capture+ 機能を使用すると、統合プロセスで提供される JavaScript スニペットでのみ実行できます。

ただし、従来の「Click to Find」メソッドを実装するために使用できる、すべての API 呼び出しの Java コード サンプルがあります。すべての API は次の場所にあります。

http://www.postcodeanywhere.co.uk/address-validation/api/

英国の場合、必要な API は「Find」と「Retrieve By ID」です。

于 2013-03-01T09:30:03.353 に答える