mapTypeControlOptions #111
Answered
by
fawmi
Richard-Walter
asked this question in
Q&A
-
Was wondering how to set mapTypeControlOptions. Before Vue I was doing this:
}, Now I get TypeError: Cannot read properties of undefined (reading 'maps') because I dont have a reference to 'google' |
Beta Was this translation helpful? Give feedback.
Answered by
fawmi
May 10, 2022
Replies: 1 comment
-
@Richard-Walter, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Richard-Walter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Richard-Walter,
You can either set the options as prop to the map option, if you want to set it later on programmatically, you can access the map object use the setOption method there.