2
votes
5answers
4k views
Placing Zoom Controls in a MapView
I'm trying to get the zoom controls to show up in a mapview, the following code almost works, but the zoom controls appear in the top left of the mapview, not the bottom center like I'm specifiying …
1
vote
0answers
59 views
Rotate MapView in Android
Hi,
I am writing an Android app where one of the features is that the map will rotate according to the compass (i.e. if the phone is pointing east, the map will be oriented so that the east side of …
1
vote
2answers
106 views
How do you draw text with a border on a MapView in Android?
I'm trying to draw some text onto an MapView on Android. The drawing of the text goes fine, but it's very hard to read the text because it's white with no black border (like the rest of the text that …
1
vote
3answers
520 views
customize callout bubble for annotationview?
I'm currently working with the mapkit and am stuck.
I have a custom annotation view I am using, and I want to use the image property to display the point on the map with my own icon. I have this …
1
vote
3answers
268 views
How to add a custom iPhone UI element that is not an IB component?
I'm trying to create an application that uses the iPhone MapView (under Google Code). I can't figure out how to integrate this thing into my application without handwriting the entire UI, ie not using …
1
vote
0answers
148 views
refreshing mkannotation properties and refreshing the annotation.
Hi,
I have a mkannotation located on a mapview which has a mkannotationview as well as a calloutview which when clicked goes to a child uiviewcontroller. I am updating some properties from the …
1
vote
5answers
780 views
Custom MKAnnotationView Callout
Does anyone know, or have code that shows, how to create a custom MKAnnotationView Callout? I mean the actual text bubble and not the pin. Thanks in advance.
1
vote
3answers
464 views
MKMapView refresh after pin moves
A custom AnnotationView is updated with new coordinates. But the problem is that it visually updates only after some manipulations with MKMapView, e.g. zooming or moving.
What should I do to manually …
1
vote
4answers
1k views
MKMapView and setRegion:animated: not updating the map visuals
Greetings! I'm attempting to use MKMapView without any Apple code samples, though there are a few others out there of varying clarity. (I know, "Read the friendly manual." I've done that but it's not …
1
vote
1answer
2k views
Using ItemizedOverlay and OverlayItem In Android Beta 0.9
Has anyone managed to use ItemizedOverlays in Android Beta 0.9? I can't get it to work, but I'm not sure if I've done something wrong or if this functionality isn't yet available.
I've been trying …
0
votes
3answers
30 views
Custom pin with title subtitle iphone
I have a mapview and i put an annotation which shows a custom title and subtitle pin.
When the mapview starts the pin is visible but the title and subtitle are not.
I have to press on the pin to show …
0
votes
2answers
39 views
Problem setText UITextView
Hi i have a problem. I have 2 viewcontroller, in the first there is a mapView that implements the function "calloutAccessoryControlTapped" to tap a button on an annotation on the mapView;
in the …
0
votes
0answers
23 views
Propagate events in several layers android google maps
I'm developing a google maps based application for android 1.6.
My problem is that in my application I have more than one layer that extends from ItemizedOverlay representing information in the map.
…
0
votes
5answers
173 views
Android “Hello, MapView” Tutorial - Map Tiles Do Not Load
I am new to Android software development and new to this site. I am hoping someone might have some experience with the problem I am having.
I've been following the Hello, MapView tutorial in order …
0
votes
1answer
75 views
Get info on a mapview selected annotation
I have annotations on a mapview and a callout with a button on each. What I need to do is grab properties from this callout, ie. the title, but logging this line:
NSLog(@"%@", …
