Showing
1 changed file
with
1 additions
and
1 deletions
@@ -101,7 +101,7 @@ | @@ -101,7 +101,7 @@ | ||
101 | 101 | ||
102 | /** Set the screen position of the layer. | 102 | /** Set the screen position of the layer. |
103 | * @param position The desired screen position. | 103 | * @param position The desired screen position. |
104 | -* @param animated If set to YES, any position change is animated. */ | 104 | +* @param animated If set to `YES`, any position change is animated. */ |
105 | - (void)setPosition:(CGPoint)position animated:(BOOL)animated; | 105 | - (void)setPosition:(CGPoint)position animated:(BOOL)animated; |
106 | 106 | ||
107 | - (void)setDragState:(RMMapLayerDragState)dragState animated:(BOOL)animated; | 107 | - (void)setDragState:(RMMapLayerDragState)dragState animated:(BOOL)animated; |
-
Please register or login to post a comment