diff --git a/docs/src/examples/how-to-access-google-maps-object.md b/docs/src/examples/how-to-access-google-maps-object.md new file mode 100644 index 0000000..7d4e319 --- /dev/null +++ b/docs/src/examples/how-to-access-google-maps-object.md @@ -0,0 +1,81 @@ +# How to access Google Maps object. + +[Interactive example on Condesandbox](https://stackblitz.com/edit/vue-google-maps-marker-khyhfk?file=src/components/ComponentWithMap.vue) + + +To access Google maps object, or do something when map is loaded, use a ref on the `GMapMap` object. + + +## Example + +```bash + + + + + + + +```