We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 :
What do you think ?
The text was updated successfully, but these errors were encountered: