Commit f7f136c1 authored by Cedar Studios's avatar Cedar Studios

Update README.md

parent 960a8cb8
......@@ -76,8 +76,11 @@ const styles = StyleSheet.create({
```
Other possible values for ```styleURL``` are:
* ```{https://api.cedarmaps.com/v1/styles/cedarmaps.dark.json" + "?access_token=" + cedarAccessToken}```
#### Vector Tiles (Recommended)
* ```{"https://api.cedarmaps.com/v1/styles/cedarmaps.light.json" + "?access_token=" + cedarAccessToken}```
* ```{https://api.cedarmaps.com/v1/styles/cedarmaps.dark.json" + "?access_token=" + cedarAccessToken}```
#### Raster Tiles
* ```{"https://api.cedarmaps.com/v1/tiles/light.json"} + "?access_token=" + cedarAccessToken}```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment