Skip to content

Commit

Permalink
Merge pull request #338 from Esri/zkline101-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkline101 authored May 22, 2023
2 parents adfe497 + e026a8f commit f75f901
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
@StateObject 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 f75f901

Please sign in to comment.