Skip to content

Issue in getting latitude and longitude using Bing Maps #33

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

Closed
mitzz007 opened this issue Aug 21, 2015 · 2 comments
Closed

Issue in getting latitude and longitude using Bing Maps #33

mitzz007 opened this issue Aug 21, 2015 · 2 comments
Assignees

Comments

@mitzz007
Copy link

mitzz007 commented Aug 21, 2015

After following all the steps written in github for implementing geo-coding, I got the output for google maps. Repeating the same steps for the bing maps I got the output (latitude and longitude) using correct API key.
Issue is:
1: The value got from both the maps are not exactly same after decimal.
2: Bing map is not reliable (When I tried using bing map again after some period of time I didn't get the output).

This is what I got when I fired get command second time ,

object(Geocoder\Result\Geocoded)[846]
protected 'latitude' => int 0
protected 'longitude' => int 0
protected 'bounds' => null
protected 'streetNumber' => null
protected 'streetName' => null
protected 'cityDistrict' => null
protected 'city' => null
protected 'zipcode' => null
protected 'county' => null
protected 'countyCode' => null
protected 'region' => null
protected 'regionCode' => null
protected 'country' => null
protected 'countryCode' => null
protected 'timezone' => null

Please reply soon if anyone knows about this issue.

@mikebronner mikebronner self-assigned this Sep 30, 2016
@mikebronner mikebronner added this to the 0.7 milestone Sep 30, 2016
@mikebronner mikebronner removed this from the 0.7 milestone Oct 1, 2016
@mikebronner
Copy link
Member

Has this been resolved, or is it still an issue? I don' t have a Bing Maps API key, but if its still an issue I will make one to try to reproduce.

@mikebronner
Copy link
Member

Have not received a reply over the week, closing for now. If this is still an issue, please do re-open it, and we will look into it. :) Thanks!

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