This repository was archived by the owner on Mar 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,23 +12,13 @@ Plugin for [ReactXP](https://microsoft.github.io/reactxp/) that provides support
1212* Fixed Map onPress when function undefined
1313* Updated dependencies
1414
15- ### Version 0.1.13
16- * Updated react-native version
17-
18- ### Version 0.1.10
19- * Changed react-native to peer-dependency
20-
21- ### Version 0.1.9
22- * Updated dependencies
23- * Added ` onPress ` method to map
24-
2515## Documentation
2616
2717### Prerequisites
2818* [ ReactXP] ( https://github.com/microsoft/reactxp/ )
2919
3020### Samples
31- * [ MapText ] ( https://github.com/Fulanko/reactxp-map/tree/master/samples/MapTest )
21+ * [ MapTest ] ( https://github.com/Fulanko/reactxp-map/tree/master/samples/MapTest )
3222
3323### Usage
3424``` javascript
@@ -58,11 +48,11 @@ Plugin for [ReactXP](https://microsoft.github.io/reactxp/) that provides support
5848
5949[ ` <Direction/> ` Component API] ( docs/direction.md )
6050
61- [ ` <Polyline/> ` Polyline API] ( docs/polyline.md )
51+ [ ` <Polyline/> ` Component API] ( docs/polyline.md )
6252
63- [ ` <Polygon/> ` Polygon API] ( docs/polygon.md )
53+ [ ` <Polygon/> ` Component API] ( docs/polygon.md )
6454
65- [ ` <Circle/> ` Circle API] ( docs/circle.md )
55+ [ ` <Circle/> ` Component API] ( docs/circle.md )
6656
6757## License
6858This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details
File renamed without changes.
Original file line number Diff line number Diff line change 77| fillColor | HexColor | "#000 " | FillColor of the polygon |
88| geodesic | Boolean | false | Boolean indicating whether to draw the polygon as a geodesic |
99| tappable | Boolean | false | Boolean indicating whether or not the polygon can be tapped |
10-
11- ### Polygon methods
12- | Method | Arguments | Note |
13- | -----------------| -----------------------------------------| -------------------------|
14- | onPress | | Function being executed if the polygon is pressed |
10+ | onPress | Function | | Callback that is fired when pressing on the marker. |
Original file line number Diff line number Diff line change 66| strokeWidth | Integer | 1 | Width of the polyline |
77| geodesic | Boolean | false | Boolean indicating whether to draw the polyline as a geodesic |
88| tappable | Boolean | false | Boolean indicating whether or not the polyline can be tapped |
9-
10- ### Polyline methods
11- | Method | Arguments | Note |
12- | -----------------| -----------------------------------------| -------------------------|
13- | onPress | | Function being executed if the polyline is pressed |
9+ | onPress | Function | | Callback that is fired when pressing on the marker. |
You can’t perform that action at this time.
0 commit comments