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

give the possibility to have a default position #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

epitre
Copy link

@epitre epitre commented Aug 19, 2020

Something like this should work :

            var lp = new locationPicker('map', {
                dfLat: 0,
                dfLng: 0,
                setCurrentPosition: true
            }, {
                // Google Maps Options
                zoom: 15,
            });

should show "null island" a point in the atlantic, close to africa, if you refuse to share your location.

WARNING !

Could you test it first, please.

@epitre
Copy link
Author

epitre commented Aug 19, 2020

closes #7

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.

None yet

1 participant