Logicify / jquery-locationpicker-plugin

JQuery Location Picker plugin
MIT License
389 stars 260 forks source link

Remove initial dependency to Google Maps script #107

Open alpdeniz opened 7 years ago

alpdeniz commented 7 years ago

This commit resolves the requirement to have Google Maps script loaded before. Enabling the picker to be initiated in later stages of the page load.

fourpixels commented 7 years ago

No one to merge it?

twobob commented 7 years ago

guess not

royalmitten commented 6 years ago

Thanks for this. We are loading the Google Maps API asynchronously via RequireJs, and I was having issues because of the initial dependency.

Do you think this can be merged at some point? Will fork this for now.