> Basically, I need to store the address components I get back from > Google Maps, but don't know how to do it. This is a DB modeling > question.
As you've already found, there will be issues with the Terms of Use for Google's data. Perhaps adopt a subtly different approach, as you seem to be collecting info fropm sign-ups or something. Store the address they give you, however fragmentary ... they know better than you or Google what their own address is. Folks trying to use the geocoding service as an address validator often run into difficulties, its not purposed for that. Allow the users to stick their own pin in a map, again they know better. You can start them off with a geocoded pin to drag around v2 example you could port to v3 http://maps.huge.info/pinpointaddress.htm -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
