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 define our own default lat, lng instead of tripoli, liban #7

Open
epitre opened this issue Aug 19, 2020 · 0 comments

Comments

@epitre
Copy link

epitre commented Aug 19, 2020

Being in France, having Tripoli, Liban as the default location seems weird.

I would like to be able to define my own.

I'm not an expert in JS but I guess that here : https://github.com/cyphercodes/location-picker/blob/master/src/location-picker.ts#L23

We could have something like :

center: new google.maps.LatLng(pO.lat ? pO.lat : pO.dfLat ? pO.dfLat : 34.4346, pO.lng ? pO.lng : pO.dfLng ? pO.dfLng : 35.8362),

What do you think ?

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

1 participant