add support for maxZoom
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user