views:

35

answers:

1

Hello,

I'm building an iPhone application with a map inside (using route-me, not MapKit).

I have some markers on the map, and I want to have an overlay - similarly to the google maps one - that appears once you click a marker:
A black - a bit transparent - overlay, with a button inside, and a little triangle pointing to the marker the overlay is referencing.

Thank you.

A: 

It looks like these things are called 'callout bubbles'. Apple has a MapCallouts sample that shows you how to customize them.

Joost Schuur
I'm not using MapKit, I'm using route-me. The question is about a sample code that can draw such a thing on it's own, without any relation to which map library I'm using.
Doron