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

Add Bing Map support #51

Closed
Vbahole opened this issue Jul 25, 2016 · 3 comments
Closed

Add Bing Map support #51

Vbahole opened this issue Jul 25, 2016 · 3 comments

Comments

@Vbahole
Copy link

Vbahole commented Jul 25, 2016

Is there a way to geocode using a Bing key?

@jonataswalker
Copy link
Collaborator

Hey @Vbahole currently there's no support to Bing API but it can be done. Is this a must for you? Have you seen the other providers?

@Vbahole
Copy link
Author

Vbahole commented Jul 28, 2016

I was able to copy and modify the google provider to work for Bing. In order to get it to work i cloned and modified your json utils method to use a jQuery ajax call with a jsonp callback. It seems Bing does not support CORS so i was getting a cross domain issue. It is working well now.

@jonataswalker
Copy link
Collaborator

jonataswalker commented Jul 29, 2016

Bing provider added - #52.

v2.2.0 released.

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

No branches or pull requests

2 participants