forked from rnmapbox/maps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from mfazekas/autgen-update
Updated autogen scripts and ran on updated v8.json
- Loading branch information
Showing
23 changed files
with
2,917 additions
and
874 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
## <MapboxGL.Annotation /> | ||
### | ||
|
||
### props | ||
| Prop | Type | Default | Required | Description | | ||
| ---- | :--: | :-----: | :------: | :----------: | | ||
| id | `string` | `none` | `true` | FIX ME NO DESCRIPTION | | ||
| animated | `bool` | `false` | `false` | FIX ME NO DESCRIPTION | | ||
| animationDuration | `number` | `1000` | `false` | FIX ME NO DESCRIPTION | | ||
| animationEasingFunction | `func` | `Easing.linear` | `false` | FIX ME NO DESCRIPTION | | ||
| coordinates | `arrayOf` | `none` | `false` | FIX ME NO DESCRIPTION | | ||
| onPress | `func` | `none` | `false` | FIX ME NO DESCRIPTION | | ||
| icon | `union` | `none` | `false` | FIX ME NO DESCRIPTION | | ||
|
||
### methods | ||
#### onPress() | ||
|
||
|
||
|
||
##### arguments | ||
| Name | Type | Required | Description | | ||
| ---- | :--: | :------: | :----------: | | ||
|
||
|
||
|
||
#### symbolStyle() | ||
|
||
|
||
|
||
##### arguments | ||
| Name | Type | Required | Description | | ||
| ---- | :--: | :------: | :----------: | | ||
|
||
|
||
|
||
|
Oops, something went wrong.