Skip to content

Commit dda33e8

Browse files
committed
#6 added property 'styles' to default map settings
1 parent c32a3ed commit dda33e8

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

dist/locationpicker.jquery.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@
295295
center: new google.maps.LatLng(settings.location.latitude, settings.location.longitude),
296296
mapTypeId: settings.mapTypeId,
297297
mapTypeControl: false,
298+
styles: settings.styles,
298299
disableDoubleClickZoom: false,
299300
scrollwheel: settings.scrollwheel,
300301
streetViewControl: false,
@@ -328,6 +329,7 @@
328329
radius: 500,
329330
zoom: 15,
330331
mapTypeId: google.maps.MapTypeId.ROADMAP,
332+
styles: [],
331333
scrollwheel: true,
332334
inputBinding: {
333335
latitudeInput: null,

dist/locationpicker.jquery.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)