0
votes
1answer
24 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 Map …
0
votes
1answer
56 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 …
1
vote
2answers
181 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 ic …
0
votes
1answer
28 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 als …
0
votes
0answers
23 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 …
1
vote
4answers
530 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
203 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 ent …
0
votes
2answers
135 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 MKM …
1
vote
3answers
327 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 shou …
1
vote
4answers
852 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 don …
0
votes
3answers
318 views
How to show a map in an Android mapactivity
I have attached a mapview to my layout and have a it showing a compass and my current location, the problem I have is that there is no street map shown in the view, so basically I …
0
votes
2answers
312 views
Android AppWidget maps activity problem
Right.
So I have an app widget.
It has 4 buttons, one one of the buttons I want it to show me the current location of the user on the map.
So - I make a new activity as below:
…
1
vote
0answers
108 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 prope …
0
votes
3answers
313 views
Issue with receiving touches for a UIView subview of a MKMapView using MapKit
I have added a subclass of UIView as a subview to an MKMapView when a button is pressed. The UIView has its background colour set to be clear. This UIView is not getting messaged …
0
votes
1answer
208 views
MKMapView linker error
Hi,
I have upgraded my iphone sdk from 2.2.1 to 3.0. I downloaded a sample code for MapKit and was able to run it successfully. But when I tried to write my own program I faced li …
