Toggle navigation
Toggle navigation
This project
Loading...
Sign in
尹诚
/
Mapbox-iOS-SDK
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Justin R. Miller
11 years ago
Commit
0576bdb1cab93859a52074bb53c5f47a725f70ef
1 parent
a682c6e1
add docs for access token
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
MapView/Map/RMConfiguration.h
MapView/Map/RMConfiguration.h
View file @
0576bdb
...
...
@@ -38,11 +38,18 @@
-
(
RMConfiguration
*
)
initWithPath
:(
NSString
*
)
path
;
/** @name Authorizing Access */
/** An Mapbox API access token. Obtain an access token on the [Mapbox account page](https://www.mapbox.com/account/apps/). */
@property
(
nonatomic
,
retain
)
NSString
*
accessToken
;
/** @name Cache Configuration */
/** Access the disk- and memory-based cache configuration.
* @return A dictionary containing the cache configuration. */
-
(
NSDictionary
*
)
cacheConfiguration
;
/** @name
Changing and Acces
sing a Custom User Agent */
/** @name
U
sing a Custom User Agent */
/** Access and change the global user agent for HTTP requests using the library.
*
...
...
@@ -51,8 +58,6 @@
* Example: `MyMapApp/1.2` */
@property
(
nonatomic
,
retain
)
NSString
*
userAgent
;
@property
(
nonatomic
,
retain
)
NSString
*
accessToken
;
@end
#pragma mark -
...
...
Please
register
or
login
to post a comment