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

marker lat long #13

Closed
bwyss opened this issue Mar 2, 2013 · 1 comment
Closed

marker lat long #13

bwyss opened this issue Mar 2, 2013 · 1 comment

Comments

@bwyss
Copy link

bwyss commented Mar 2, 2013

How would I capture the lat long of the geosearch result?

@geomajor56
Copy link

smeijer helped me out on that not long ago.

Something like this

map.on('geosearch_showlocation', function (result) {
//console.log('zoom to: ' + result.Location.Label);
thisLatLon = result.Location.X + " " + result.Location.Y;

});

On Sat, Mar 2, 2013 at 5:31 PM, ben notifications@github.com wrote:

How would I capture the lat long of the geosearch result?


Reply to this email directly or view it on GitHubhttps://github.com//issues/13
.

@smeijer smeijer closed this as completed May 6, 2015
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

3 participants