Oomph / MacMapKit

MapKit Framework for the Mac
BSD 3-Clause "New" or "Revised" License
256 stars 43 forks source link

Subtitles in annotations #9

Closed skndn60 closed 2 years ago

skndn60 commented 12 years ago

Am I correct that subtitles for annotations are not supported?

I do the following:

[anAnnotation setCoordinate: [[self mapView] centerCoordinate]];
[anAnnotation setTitle: [[self selectedLocation] name]];
[anAnnotation setSubtitle: @"Some subtitle"];
[[self mapView] addAnnotation:anAnnotation];

The annotation shows up ok and when I click the pin only the title is displayed in the call out.

Great work by the way for making this available!

gazzer82 commented 10 years ago

Can i ask this same question, i know it was quite a long time ago!