Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

International Addresses #17

Open
scottzirkel opened this issue Dec 16, 2020 · 0 comments
Open

International Addresses #17

scottzirkel opened this issue Dec 16, 2020 · 0 comments

Comments

@scottzirkel
Copy link

I'm having an issue with non US addresses. Just testing it out, I used 10 Downing Street, but no city or localities are returned.

Here are the results:

{
    cityName: "",
    coordinates: Object { lat: 51.5033635, lng: -0.1276248 },
    country: "United Kingdom",
    countryAbbr: "GB",
    formattedAddress: "10 Downing St, Westminster, London SW1A 2AB, UK",
    state: "England",
    stateAbbr: "England",
    streetName: "Downing Street",
    streetNumber: "10",
    zipCode: "SW1A 2AB"
}

Both Westminster and London are in the formattedAddress, but missing from cityName.

Are there options to enable the localities that I'm missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant