diff --git a/README.md b/README.md index 1381f45..7333c62 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,58 @@ export default { ``` +## Center markers in the middle of the map + +If you want to zoom in on the map as far as you can, but still see all markers, reference this code snippet. + +```vue + + + +``` + ### Cluster If you have too many markers, it is helpful to cluster markers. You can easily cluster markers by wrapping your markers with `GMapCluster` component.