paulirotta / Tantalum

Tantalum Cross Platform Library
12 stars 6 forks source link

Geocoder examples need to be updated #41

Open paulirotta opened 11 years ago

paulirotta commented 11 years ago

There are two examples of a simple JSON service that converts a text string into latitude and longitude.

Some updates are needed:

If time permits, it is nice to demonstract in this app the offline AJAX-style live update from cache as you type. Each key press in the Form input field can trigger a StaticWebCache.getAsync(currentTextFieldText.trim(), StaticWebCache.GET_LOCAL) which updates the field with any cached values which match, before you click a SEARCH button. PicasaViewer has a more complex version of this on a Canvas UI, but Form is more accessible.