Skip to content

Commit d6045ce

Browse files
committed
Updating documentation via yarn generate
1 parent e1295ab commit d6045ce

File tree

3 files changed

+10
-17
lines changed

3 files changed

+10
-17
lines changed

docs/UserLocation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,14 @@ Whether location icon is visible
126126

127127

128128
## methods
129-
### setLocationManager({ running }: { running?: boolean })
129+
### setLocationManager(running)
130130

131131
Whether to start or stop listening to the locationManager<br/><br/>Notice, that listening will start automatically when<br/>either `onUpdate` or `visible` are set
132132

133133
#### arguments
134134
| Name | Type | Required | Description |
135135
| ---- | :--: | :------: | :----------: |
136-
| `{ running }: { running?: boolean }` | `{running?:boolean}` | `Yes` | undefined |
136+
| `running` | `boolean` | `Yes` | sets the LocationManger running status |
137137

138138

139139
### needsLocationManagerRunning()

docs/docs.json

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7534,29 +7534,21 @@
75347534
"methods": [
75357535
{
75367536
"name": "setLocationManager",
7537-
"docblock": "Whether to start or stop listening to the locationManager\n\nNotice, that listening will start automatically when\neither `onUpdate` or `visible` are set\n\n@async\n@param {Object} running - Object with key `running` and `boolean` value\n@return {Promise<void>}",
7537+
"docblock": "Whether to start or stop listening to the locationManager\n\nNotice, that listening will start automatically when\neither `onUpdate` or `visible` are set\n\n@async\n@param {boolean} running - sets the LocationManger running status",
75387538
"modifiers": [
75397539
"async"
75407540
],
75417541
"params": [
75427542
{
7543-
"name": "{ running }: { running?: boolean }",
7544-
"optional": false,
7543+
"name": "running",
7544+
"description": "sets the LocationManger running status",
75457545
"type": {
7546-
"name": "{running?:boolean}"
7547-
}
7546+
"name": "boolean"
7547+
},
7548+
"optional": false
75487549
}
75497550
],
7550-
"returns": {
7551-
"type": {
7552-
"name": "Promise",
7553-
"elements": [
7554-
{
7555-
"name": "void"
7556-
}
7557-
]
7558-
}
7559-
},
7551+
"returns": null,
75607552
"description": "Whether to start or stop listening to the locationManager\n\nNotice, that listening will start automatically when\neither `onUpdate` or `visible` are set",
75617553
"examples": []
75627554
},

plugin/tsconfig.tsbuildinfo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"root":["./src/generatecode.ts","./src/withmapbox.ts"],"version":"5.8.3"}

0 commit comments

Comments
 (0)