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
2013-11-04 16:43:27 -0800
Commit
8631b457a7d473c7bba6a82a78a767da9e5cbc9f
1 parent
79615042
enum clarifications
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
MapView/Map/RMInteractiveSource.h
MapView/Map/RMMarker.h
MapView/Map/RMUserTrackingBarButtonItem.m
MapView/Map/RMInteractiveSource.h
View file @
8631b45
...
...
@@ -37,7 +37,7 @@
#import "RMMBTilesSource.h"
#import "RMMapBoxSource.h"
typedef
enum
{
typedef
enum
:
NSUInteger
{
RMInteractiveSourceOutputTypeTeaser
=
0
,
RMInteractiveSourceOutputTypeFull
=
1
,
}
RMInteractiveSourceOutputType
;
...
...
MapView/Map/RMMarker.h
View file @
8631b45
...
...
@@ -31,7 +31,7 @@
@class
RMMarkerStyle
;
typedef
enum
{
typedef
enum
:
NSUInteger
{
RMMarkerMapBoxImageSizeSmall
,
RMMarkerMapBoxImageSizeMedium
,
RMMarkerMapBoxImageSizeLarge
...
...
MapView/Map/RMUserTrackingBarButtonItem.m
View file @
8631b45
...
...
@@ -31,7 +31,7 @@
#import "RMMapView.h"
#import "RMUserLocation.h"
typedef
enum
{
typedef
enum
:
NSUInteger
{
RMUserTrackingButtonStateNone
=
0
,
RMUserTrackingButtonStateActivity
=
1
,
RMUserTrackingButtonStateLocation
=
2
,
...
...
Please
register
or
login
to post a comment