Domanda

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 ?

È stato utile?

Soluzione

I'm on the technical support team here at Postcode Anywhere. With the Capture+ function at the moment it can only be done with the JavaScript snippet provided in the integration process.

We do however have JAVA code samples for all our API calls which you can use to implement the more traditional 'Click to Find' method. All the APIs can be found here:

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

For the UK the APIs that you require are the 'Find' and the 'Retrieve By ID'.

Altri suggerimenti

No problem, good to hear you got it working.

The service is intended to be used in this two part method (Find and retrieve). The retrieve by ID is the call where the charge is made. There are restriction on how many 'Finds' that can be used when no 'Retrieves' are made.

If you want to drop me an email of your requirements I can have a look into the best way of doing it?

My email is tomm@postcodeanywhere.com

Cheers

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top