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
Thomas Rasch
13 years ago
Commit
52af92206af07d3ec6c70c162ef954c05ee5dfb2
1 parent
9c36c436
o Added a deprecation warning to RMPath
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
MapView/Map/RMPath.h
MapView/Map/RMPath.h
View file @
52af922
...
...
@@ -79,7 +79,8 @@
RMMapView
*
mapView
;
}
-
(
id
)
initWithView
:
(
RMMapView
*
)
aMapView
;
/// DEPRECATED. Use RMShape instead.
-
(
id
)
initWithView
:
(
RMMapView
*
)
aMapView
__attribute__
((
deprecated
));;
@property
(
nonatomic
,
assign
)
CGPathDrawingMode
drawingMode
;
@property
(
nonatomic
,
assign
)
CGLineCap
lineCap
;
...
...
Please
register
or
login
to post a comment