Replies: 1 comment
-
I was able to access it using
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
right now I am setting an arbitrary center for my map in my component's
setup
function, likeI would like to create a
LatLngBounds
object, pass it some location data that I am storing inprops.locations
, and then center the map based on those locations. Is there an easy way to access the google maps api from within this setup method?Beta Was this translation helpful? Give feedback.
All reactions