> *route to be plotted on a map See the maps API documentation
> *price & distance to be displayed to 2 decimal places (instead of > £23.4895794) Research how to display numbers in javascript > *Use only postcodes in the UK Add ", UK" to the ends of addresses that the user submits. Beware that UK postcode accuracy by the geocoder is limited, due to Royal Mail licensing restrictions. > *Allow user to enter street names & places of interest if possible > instead of JUST postcodes. Research how to implement forms in DHMTL for addresses. The standard geocoder will handle addresses without postcodes. For non-addresses, research how to use non-address geocoders (Google AJAX Search API, Geonames).
-- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to google-maps-...@googlegroups.com. To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.