Skip to content

Commit

Permalink
docs: fix a link error in map.md (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 authored Feb 16, 2024
1 parent 063234b commit b0fa2b1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/api-reference/components/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ anything not specified in the camera props.

## Props

The `MapProps` type extends the [`google.maps.MapOptions` interface]
[gmp-map-options] and includes all possible options available for a Google
Map as props.
The `MapProps` type extends the [`google.maps.MapOptions` interface][gmp-map-options]
and includes all possible options available for a Google Map as props.

The most important of these options are also listed below along with the
properties added for the react-library.
Expand Down Expand Up @@ -131,8 +130,7 @@ is approximately:
- `15`: Streets
- `20`: Buildings

The Google Maps API Documentation [has some more information on this topic].
[gmp-coordinates].
The Google Maps API Documentation [has some more information on this topic][gmp-coordinates].

#### `heading`: number

Expand Down

0 comments on commit b0fa2b1

Please sign in to comment.