Skip to content

Added geolocation options as function parameter - #66

Closed
torayeff wants to merge 1 commit into
meteor:masterfrom
torayeff:master
Closed

Added geolocation options as function parameter#66
torayeff wants to merge 1 commit into
meteor:masterfrom
torayeff:master

Conversation

@torayeff

Copy link
Copy Markdown
var options = {
    enableHighAccuracy: true,
    maximumAge: 3000,
    timeout: 60000
};
var location = Geolocation.latLng(options);

@lorensr

lorensr commented Sep 25, 2015

Copy link
Copy Markdown
Contributor

This is included in #36

@CLAassistant

CLAassistant commented Oct 7, 2019

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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

Successfully merging this pull request may close these issues.

4 participants