Skip to content

Commit 02de57b

Browse files
authored
fix: Enable map types property (appsmithorg#1865)
## Checklist I have: - [ ] run the content through Grammarly - [ ] linked to sample apps when relevant - [ ] added the meta description for each page in the PR - [ ] minimized the callouts and added only when necessary - [ ] added the `queryString` parameter to the Tabs (if used) - [ ] masked PII in images. For example, login credentials, account details, and more - [ ] added images only when necessary - [ ] deleted the images that are no longer used for the updated pages in the PR - [ ] followed the image file naming convention while renaming or adding new images. (Use lowercase letters, dashes between words, and be as descriptive as possible) - [ ] used the `<figure/>` tag instead of a markdown representation for images - [ ] added the `<figcaption/>` tag to add a caption to the image - [ ] added the `alt` attribute in the `<img/>` tag - [ ] verified and updated the cross-references or created redirect rules for the changed or removed content - [ ] reviewed and applied the style changes for UI formatting. For example, Bold the UI elements(Buttons on screen) used in the doc.
1 parent 5865f75 commit 02de57b

File tree

1 file changed

+8
-0
lines changed
  • website/docs/reference/widgets

1 file changed

+8
-0
lines changed

website/docs/reference/widgets/maps.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ To access the searched location, use the ``center`` reference property. This ret
168168

169169
</dd>
170170

171+
#### Enable map types `boolean`
172+
173+
<dd>
174+
175+
When enabled, this property allows users to switch between the default map view and satellite view.
176+
177+
</dd>
178+
171179
### Create marker
172180

173181
#### Create new marker `boolean`

0 commit comments

Comments
 (0)