On this project we are using our own TMS server(tilecache+mapnik) with special shape files for rendering maps. We serve the map to the client using the openlayers javascript library.(we don't use the google api)
We use Google Maps for geocoding addresses (this is not in violation with the terms, right?) by sending HTTP GET requests to the google servers. In a next step we would like to calculate walking(not as the crow flies!) distances between these geocoded coordinates. Is this in violation with the google terms ? (considering we are not showing any maps belonging to google on our website) If this isn't in violation with the terms, could someone point me in the right direction for calculating these distances?(preferably without using the google maps javascript API, but by sending HTTP GET requests from our server to googles) If this is in violation, are there any alternatives to google maps for the distance calculation? Greetings, logion --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
