I am using Google Maps v3 (Javascript) for the product I am working on. When given an ambiguous address, like so:
4701 Monte, Austin,,22153
the business api version, suggests the following 2 address:
6000 Shepherd Mountain Cove, Austin, TX 78730, USA
11010 Georgian Drive, Austin, TX 78753, USA
whereas the public api version,
suggests the following 3 addresses:
4701 Mont Blanc Drive, Austin, TX 78738, USA
6000 Shepherd Mountain Cove, Austin, TX 78730, USA
11010 Georgian Drive, Austin, TX 78753, USA
Question is:
- Why this difference between the 2 versions (business vs api)? Seems like the public version is more accurate?!
Thanks!