Skip to content

Commit

Permalink
Update docs, add lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mysport12 committed Feb 1, 2024
1 parent 8adec2b commit 57f3d46
Show file tree
Hide file tree
Showing 736 changed files with 19,091 additions and 120 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ coverage
rnmapbox-maps.tgz

# generated by bob
lib/
# lib/
12 changes: 6 additions & 6 deletions docs/Camera.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@ Set the camera position to enclose the provided bounds, with optional<br/>paddin
#### arguments
| Name | Type | Required | Description |
| ---- | :--: | :------: | :----------: |
| `ne` | `Array` | `Yes` | Northeast coordinate of bounding box |
| `sw` | `Array` | `Yes` | Southwest coordinate of bounding box |
| `paddingConfig` | `Array<number> \| number \| undefined` | `Yes` | The viewport padding, specified as a number (all sides equal), a 2-item array ([vertical, horizontal]), or a 4-item array ([top, right, bottom, left]) |
| `ne` | `Position` | `Yes` | Northeast coordinate of bounding box |
| `sw` | `Position` | `Yes` | Southwest coordinate of bounding box |
| `paddingConfig` | `number \| Array` | `Yes` | The viewport padding, specified as a number (all sides equal), a 2-item array ([vertical, horizontal]), or a 4-item array ([top, right, bottom, left]) |
| `_animationDuration` | `n/a` | `No` | undefined |


Expand All @@ -307,7 +307,7 @@ Sets the camera to center around the provided coordinate using a realistic 'trav
#### arguments
| Name | Type | Required | Description |
| ---- | :--: | :------: | :----------: |
| `_centerCoordinate` | `Array` | `Yes` | undefined |
| `_centerCoordinate` | `n/a` | `Yes` | undefined |
| `_animationDuration` | `n/a` | `No` | undefined |


Expand All @@ -325,7 +325,7 @@ Sets the camera to center around the provided coordinate, with optional duration
#### arguments
| Name | Type | Required | Description |
| ---- | :--: | :------: | :----------: |
| `_centerCoordinate` | `Array` | `Yes` | undefined |
| `_centerCoordinate` | `n/a` | `Yes` | undefined |
| `_animationDuration` | `n/a` | `No` | undefined |


Expand All @@ -343,7 +343,7 @@ Zooms the camera to the provided level, with optional duration.
#### arguments
| Name | Type | Required | Description |
| ---- | :--: | :------: | :----------: |
| `_zoomLevel` | `number` | `Yes` | undefined |
| `_zoomLevel` | `n/a` | `Yes` | undefined |
| `_animationDuration` | `n/a` | `No` | undefined |


Expand Down
Loading

0 comments on commit 57f3d46

Please sign in to comment.