
Hi,
What is the use of mkannotationview canshowcallout?
Thanks

Hi,
This is used when you want to show the popup when user clicks on the annotation pin.
In your annotation class you have to implement the following functions:
- (NSString *)title
{
return @"Title";
}
// optional
- (NSString *)subtitle
{
return @"Sub Title";
}
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.