Skip to content

Commit

Permalink
Update Documentation/BasemapGallery/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zkline101 authored May 19, 2023
1 parent bb70276 commit e026a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/BasemapGallery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Selecting a basemap with a spatial reference that does not match that of the geo
### Basic usage for displaying a `BasemapGallery`.

```swift
@State var map = Map(basemapStyle: .arcGISImagery)
@State private var map = Map(basemapStyle: .arcGISImagery)

var body: some View {
MapView(map: map)
Expand Down

0 comments on commit e026a8f

Please sign in to comment.