I poked around a lot, and am not sure what to do / what to use to geocode an address.
Step 1: User registers to a site with their name and address.
Step 2: We use an Insert event to get the lat and lon that fills the sQL Location field --- but how to get that lat and lon?
Google has a geocoding API, but its licensing terms require you to display the Google map. Not necessary or desirable in so many situations. Further, the free version of Google's API is limited to 2,500 requests per day, 100,000 per day with Premier and there's a chance the customer I'm building for may outrun that (yeah, be nice to jump off that bridge when we get there).
I see there are HTML 5 geocoding and geolocation APIs but I'm not sure they fit the bill.
Any suggestions?
Bookmarks