[TIMOB-337] Custom attributes on map annotations
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:27:29.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | annotations, map |
Reporter | Alex Sanders |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:27:28.000+0000 |
Updated | 2017-03-09T21:14:05.000+0000 |
Description
Being able to refer to map annotations only by their title attribute becomes major issue as soon as one or more share a common title. The only option at present to somehow make each title unique, which means you are forced to display an identifier to the user regardless of whether it's meaningful to them or not.
methods with arguments like
mapViewInstance.removeAnnotation(myAttribute,aValue){…}
,
and also passing these attributes to annotation events, would give
you total control over annotations regardless of what information
you wanted to display to the user.
Was assigning it to you the wrong thing to do nolan? apologies if so...
Changes in code base has mooted this since then.
Closing ticket as invalid.