MapXL / route-me

Automatically exported from code.google.com/p/route-me
0 stars 0 forks source link

Is there any way to implement the callout bubble when tabbing a marker just like MKMapView? #144

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Is there any way to implement the callout bubble when tabbing a marker just 
like MKMapView? 
With transparent, a round button right side, title and subtitle, and some 
animations.

Original issue reported on code.google.com by android....@gmail.com on 28 Aug 2010 at 9:53

GoogleCodeExporter commented 8 years ago
UICallout view is an undocumented (private) framework separate from MKMapView. 
I included a header that will allow you to display them on a point on the 
screen. I decided it wasn't worth the effort to tie this in because of the risk 
of Apple rejecting the app. The majority of my rejections have been because of 
using undocumented features. Honestly, you could "roll your own" just as 
easily, the button is a standard button type.

Original comment by rapidiph...@gmail.com on 31 Aug 2010 at 4:08

Attachments:

GoogleCodeExporter commented 8 years ago
Yes how to do that we can make use [marker setLabel:(uiview *)view]; but it 
crashing when i added uiview it is only working for uiimageview and uilabel

Original comment by abhiram4...@gmail.com on 3 Sep 2010 at 10:42