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
4e753c2c4b339deb6b57b6dec482f9e05d2315e8
1 parent
72c6399e
o Bugfix: Give markers a chance to react on position changes
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MapView/Map/RMAnnotation.m
MapView/Map/RMAnnotation.m
View file @
4e753c2
...
...
@@ -150,7 +150,7 @@
layer
=
aLayer
;
[
layer
retain
];
layer
.
annotation
=
self
;
layer
.
position
=
self
.
position
;
[
layer
setPosition
:
self
.
position
animated
:
NO
]
;
}
}
...
...
Please
register
or
login
to post a comment