Skip to content

Commit ba97bae

Browse files
committed
feat: add example images
1 parent 1264fd2 commit ba97bae

File tree

8 files changed

+20
-1
lines changed

8 files changed

+20
-1
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,25 @@ import MapView from '@splicer97/react-native-osmdroid';
9090
/>;
9191
```
9292

93+
## Examples
94+
### MapView
95+
<img src="./images/mapView.png" alt="mapView" width="300" height="500"/>
96+
97+
### Polyline
98+
<img src="./images/polyline.png" alt="polyline" width="300" height="500"/>
99+
100+
### Marker
101+
<img src="./images/marker.png" alt="marker" width="300" height="500"/>
102+
103+
### Polygon
104+
<img src="./images/polygon.png" alt="polygon" width="300" height="500"/>
105+
106+
### Circle
107+
<img src="./images/circle.png" alt="circle" width="300" height="500"/>
108+
109+
### UrlTile
110+
<img src="./images/urlTile.png" alt="urlTile" width="300" height="500"/>
111+
93112
## Contributing
94113

95114
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,4 +575,4 @@ SPEC CHECKSUMS:
575575

576576
PODFILE CHECKSUM: 6da59bf95a93cd9a20a1f04c65ca4e2d60d0f706
577577

578-
COCOAPODS: 1.12.0
578+
COCOAPODS: 1.12.1

images/circle.png

521 KB
Loading

images/mapView.png

959 KB
Loading

images/marker.png

813 KB
Loading

images/polygon.png

320 KB
Loading

images/polyline.png

849 KB
Loading

images/urlTile.png

472 KB
Loading

0 commit comments

Comments
 (0)