Skip to content

Commit 46eb0f8

Browse files
authored
Update README.md
Removed list of inputs and corrected spelling.
1 parent 6c72e07 commit 46eb0f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google-maps/map-advanced-marker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# MapAdvancedMarker
22

3-
The `MapAdvancedMarker` component wraps the [`google.maps.marker.AdvancedMarkerElement` class](https://developers.google.com/maps/documentation/javascript/reference/advanced-markers) from the Google Maps JavaScript API. The `MapAdvancedMarker` component displays a marker on the map when it is a content child of a `GoogleMap` component. Like `GoogleMap`, this component offers an `options` input as well as convenience inputs for `title`, `position`, `content`, `gmpDraggable` and `zIndex`, and supports all `google.maps.marker.AdvancedMarkerElement` events as outputs.
3+
The `MapAdvancedMarker` component wraps the [`google.maps.marker.AdvancedMarkerElement` class](https://developers.google.com/maps/documentation/javascript/reference/advanced-markers) from the Google Maps JavaScript API. The `MapAdvancedMarker` component displays a marker on the map when it is a content child of a `GoogleMap` component. Like `GoogleMap`, this component offers an `options` input and supports all `google.maps.marker.AdvancedMarkerElement` events as outputs.
44

5-
**Note:** Use of `map-advanced-marker` requires a `google-map` whth a valid `mapId`.
5+
**Note:** Use of `map-advanced-marker` requires a `google-map` with a valid `mapId`.
66

77
## Example
88

0 commit comments

Comments
 (0)