add support for maxZoom

This commit is contained in:
John Wesely
2023-01-03 12:58:17 -07:00
parent 540750c608
commit d16068516a

View File

@@ -30,6 +30,12 @@ const props = {
type: Number,
noBind: true,
},
maxZoom: {
required: false,
twoWay: true,
type: Number,
noBind: true,
},
heading: {
type: Number,
twoWay: true,