0
votes
2answers
20 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 …
1
vote
5answers
724 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
454 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 …
0
votes
2answers
107 views
Android: DrivingDirections removed since API 1.0 - how to do it in 1.5/1.6?
It seems that DrivingDirections have been removed since Android API 1.0
What's the way now to display a map with two points (one of them might be the current location, but can also be any other …
0
votes
0answers
34 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 …
0
votes
5answers
105 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
0answers
18 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
1answer
59 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(@"%@", …
1
vote
2answers
91 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 …
0
votes
1answer
82 views
iphone: Drawing over MKMapView?
Hi guys
I'm attempting to draw polygons on a mapView. What I did was to add a transparent view on the main view, that matches the bounds of the mapView, and I draw over it. When I move the table it's …
0
votes
1answer
105 views
android maps: How to Long Click a Map?
Hi.
How do I long click on a mapview so that a place marker appears at that point on the map?
I tried a couple ways without success:
1) Using setOnLongClickListener on the MapvView which never …
0
votes
1answer
270 views
More efficient map overlays in Android
In my app I am drawing bus routes on top of a MapView. The routes have anywhere between a dozen and a few hundred GPS coordinates that describe the route that the bus takes.
The problem I'm having …
0
votes
1answer
521 views
MapView with ItemizedOverlay and map scrolling.
I have a problem with custom ItemizedOverlay on the MapView in Android.
What I've done: Very simple offspring of ItemizedOverlay class that only wraps my own type of items and uses ItemizedOverlay …
0
votes
2answers
196 views
Load additional objects from Core Data when a user scrolls an MKMapView
With MapKit in the iPhone 3.0 SDK, you create objects that conform to the MKAnnotation protocol. Loading these onto the MKMapView is very easy. However, when a user scrolls the MKMapView, it's time to …
1
vote
3answers
433 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 …
