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, type: Number,
noBind: true, noBind: true,
}, },
maxZoom: {
required: false,
twoWay: true,
type: Number,
noBind: true,
},
heading: { heading: {
type: Number, type: Number,
twoWay: true, twoWay: true,