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

Google Maps: Detect if required API is enabled and alert the user #849

Open
AlexGStapleton opened this issue Mar 26, 2019 · 0 comments
Open

Comments

@AlexGStapleton
Copy link
Member

AlexGStapleton commented Mar 26, 2019

Recent changes to the Google Maps widget now allows us to validate which API libraries are enabled for the user-supplied API key. We should check for the required libraries and, if possible, conditionally check for optional libraries based on the users SiteOrigin Google Maps settings.

The following API libraries are required:

  • Maps JavaScript API
  • Geocoding API
  • Places API

These are optional:

  • Maps Static API
  • Directions API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant