Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
cedarmaps-sdk-ios-public
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Cedar Studios
cedarmaps-sdk-ios-public
Commits
4e7b809f
Commit
4e7b809f
authored
Aug 05, 2018
by
Deployer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README file
parent
2fcdb8de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
README.md
README.md
+14
-0
No files found.
README.md
View file @
4e7b809f
...
...
@@ -82,6 +82,20 @@ CSMapKit.shared.prepareMapTiles { isSuccesful, error in
}
```
##### Changing Map Style
You can set various style URLs to instances of
`CSMapView`
:
```
swift
mapView
.
styleUrl
=
"STYLE_URL"
// Light Vector (Default): "https://api.cedarmaps.com/v1/styles/cedarmaps.light.json"
// Dark Vector: "https://api.cedarmaps.com/v1/styles/cedarmaps.dark.json"
// Raster: "https://api.cedarmaps.com/v1/tiles/light.json"
```
Make sure to use your base URL if you have one.
## API Methods
In addition to using MapView, you can use CedarMaps API to retrieve location based data and street search.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment