Building an application with a map view. The map view needs to display a bus route which includes bus stops. Stackholders would like each stop represented as a small square or circle, when touched a callout is displayed with stop details.
Due to the callout requirement, I assume stops must be a map annotation and not a overlay. Is this correct? Can an overlay open a callout when touched?
The problem I am really having is figuring out how to draw a circle or square and use it as an annotation pin. Any help, tutorial, example code, anything, on how to replace a pin with a simple drawling would be greatly appreciated.
Note: I am not including code because the code I have thus far could be copied and pasted from the Xamarin iOS Maps tutorial, http://docs.xamarin.com/guides/ios/platform_features/ios_maps/
Appreciate any help.