Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Annotation image replacement on macOS #4985

Closed
1ec5 opened this issue May 10, 2016 · 4 comments
Closed

Annotation image replacement on macOS #4985

1ec5 opened this issue May 10, 2016 · 4 comments
Labels
archived Archived because of inactivity feature macOS Mapbox Maps SDK for macOS

Comments

@1ec5
Copy link
Contributor

1ec5 commented May 10, 2016

The OS X SDK needs the equivalent of #3146 #3835, in which an annotation image’s image can be modified and the annotation itself can be moved to a different coordinate using KVO.

@1ec5 1ec5 added feature macOS Mapbox Maps SDK for macOS labels May 10, 2016
@1ec5 1ec5 changed the title Annotation relocation and image replacement Annotation image replacement Jun 5, 2016
@1ec5
Copy link
Contributor Author

1ec5 commented Jun 5, 2016

I was mistaken: #3835 added point annotation relocation to the OS X SDK, but #3146 has not been ported over. I’m not entirely satisfied with the design of #3835 (see #4723 for example), so the fix for this issue might look a lot different than #3835.

@rhuttenh
Copy link

rhuttenh commented Aug 21, 2017

Is there a swift example of updating the annotation coordinate in iOS?
When do you think replacing the annotation image will be implemented?

@1ec5
Copy link
Contributor Author

1ec5 commented Aug 21, 2017

Is there a swift example of updating the annotation coordinate in iOS?

Updating an annotation’s coordinate looks like this:

pointAnnotation.coordinate = CLLocationCoordinate2D(latitude: , longitude: )

When do you think replacing the annotation image will be implemented?

It’s already possible to replace an annotation’s image on iOS. This issue tracks implementing the same functionality on macOS; I don’t have a date to share with you for macOS at the moment.

@1ec5 1ec5 changed the title Annotation image replacement Annotation image replacement on macOS Aug 21, 2017
@stale stale bot added the archived Archived because of inactivity label Nov 5, 2018
@stale
Copy link

stale bot commented Dec 1, 2018

This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions.

@stale stale bot closed this as completed Dec 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived Archived because of inactivity feature macOS Mapbox Maps SDK for macOS
Projects
None yet
Development

No branches or pull requests

2 participants