Tagged Questions
1
vote
1answer
72 views
Move custom annotation to display user location
I have replaced the blue dot for user location in mapview with my custom annotation view, How can I make my custom annotation to follow user's location like the default blue dot does? When I replace ...
1
vote
0answers
51 views
MKMapView userLocation return coordinates 0.0;0.0 on app's first launch
I'm currently developing an app that have use an MKMapView control. It is suppose to show the user's location via the blue dot (like the Maps application), but when the app is first installed on the ...
0
votes
1answer
40 views
iOS MapKit - Points per meter
I am drawing a circle in a MKOverlayView subclass. I have a radius in meters. How would I convert said meters to points (at that zoom scale) for drawing in drawMapRect:zoomScale:inContext:?
2
votes
0answers
162 views
iOS 6 Map doesn't zoom with MKUserTrackingModeFollow
While my iOS6 MKMapView is in MKUserTrackingModeFollowWithHeading or MKUserTrackingModeFollow, zoom gestures (pinch, double-tap, two-finger tap) work sometimes, but not always.
The issue seems to ...
1
vote
1answer
248 views
iOS 6 Map problems with MKUserTrackingModeFollowWithHeading
I'm trying to solve two problems with MKUserTrackingModeFollowWithHeading in iOS 6:
MKUserTrackingModeFollowWithHeading works briefly, but it's jittery and returns to MKUserTrackingModeFollow ...
0
votes
2answers
83 views
How to dealloc an UIView with MKMapView when I load another UIView
I'm doing an App with a MKMapView that has a back button the UIView which contain the MKMapView in order to go to main menu, that's ok, but when I want to load again the UIView with the MKMapView my ...
0
votes
2answers
73 views
Track user through GPS ,ios
I need to track the user location through gps.I need to show a polyline along the path ,the user travels.And also need to calculate distancs,speed and elapsed time.Please guide me with some tutorials.
...
0
votes
1answer
69 views
Having trouble zooming and centering on users location in MapView in iOS
I am trying to display a map that simply captures the users latitude and longitude coordinates, and then zoom in to the user on a map. I am able to capture the user's coordinates, but I am unable to ...
0
votes
1answer
344 views
MKMapView: Zoom to default “country level”
when putting a MKMapView into a UIViewController and setting it to Satellite view, the map is zoomed and adjusted to show the whole country the user is current located in: For example the United ...
0
votes
0answers
193 views
iOS Mapkit - Core Location v. Map User Location
So I have a map and need to be able to calculate distances between the user and other objects. I am using core location as it allows more functionality (as well as background tracking).
I recently ...
1
vote
1answer
131 views
How to parse placemarks from CLGeocoder to only display city
I am using the following code to receive placemarks from CLGeocoder, and I want to display only the city in another textview on the same viewcontroller. How would I parse out the city from this array? ...
0
votes
0answers
68 views
Map Region is Spaned for Userlocation not for Custom Location
Well it is really a silly question & confusing.
I am trying to get the map to span & focus on certain region , so I set the location as Userlocation, it is perfect.
Although when I save the ...
1
vote
1answer
643 views
Is it possible to get user location when both cellular data and wi-fi are turned off?
I was in Scotland with a Canadian phone recently, and to avoid roaming charges I had my cellular data turned off throughout the trip. However, the pictures I took still had accurate geotags, meaning ...
0
votes
1answer
150 views
How to get separate alerts for different monitored regions on iPhone?
I am trying to create different alerts when entering 5 different regions. I'm currently setting up the regions like this...
//Monitoring a Region
CLLocationCoordinate2D layerCoords =
...
0
votes
2answers
137 views
MKMapView not focusing in on CoreLocation
I am using MapView and CoreLocation in a simple iPhone app... the CoreLocation shows my latitude and longitude correctly:
[Session started at 2012-07-08 20:11:35 +0200.]
2012-07-08 20:11:37.082 ...
0
votes
3answers
2k views
Get address from latitude and longitude in ios
I have been programming for ios and I need to get address.
How can I get full address from latitude and longitude in json or other format? Can I get it without internet connection?
Thank you for your ...
0
votes
0answers
188 views
Update Annotation subtitle when user location changes
There some other posts on this matter but none was able to solve my newbie question.
I have a MKMapview wich loads annotations from a mutablearray.
I have a seperate class called MapPoints which ...
3
votes
3answers
3k views
iOS - MKMapView place annotation by using address instead of lat / long
I am able to place annotations on my MKMapView by using latitude and longitude, however, my feed coming in that I need to use location for is using street addresses instead of Lat and Long. e.g 1234 ...
1
vote
1answer
379 views
GPS and draw MapRout in iphone
I have a latitude and longitude that is fixed, so I used that and got the point in mapview with pin. Now I want the current location and draw route, so I think using gps I get the latitude and ...
2
votes
4answers
1k views
iOS - Zoom to the current user location at app start up
I want to zoom the map to the current user location at startup. I tried to retrive the user location using mapView.userLocation.coordinate, at viewDidLoad, but the returned coordinate was (0,0), ...
-3
votes
1answer
193 views
How to retrieve geotag information from iphone twitter api
I need to specifically get the location the post was tagged with, not post. Any ideas?
0
votes
1answer
350 views
pass location data from uitableview to mapview
I'm developing an app which parse a xml file and then the content is populated in a uitablaview. This xml file contains geospatial data with information about the location, speed, latitude, longitude ...
0
votes
0answers
192 views
Tracing the address in MapKit
My location manager is not updating my coordinates of current locations so that i cant able to trace that address.......
I am using the following code,
- (void)viewDidLoad
{
[super viewDidLoad];
...
0
votes
4answers
2k views
Calculate distance between two location based on roads
I have two MKCoordinateRegion objects. Based on values from those objects I make two annotations on map.
Then I calculate distance between those two locations:
CLLocationCoordinate2D ...
2
votes
2answers
2k views
MKCoordinateRegion distance between center and borders
(Revised Question based on comment:)
OK I will try to ask in other way...How can I get border coordinates of this circle overlay:
(Original Question:)
I am having weird problem with my iPhone ...
0
votes
1answer
396 views
MKMapView showsUserLocation and load custom annotations
We are using MKMapView with showsUserLocation = YES so that we see a blue dot and accuracy ring. We've also implemented mapView:didUpdateUserLocation: to capture updates. From this method we get the ...
0
votes
2answers
268 views
Contain All Coordinates On Screen
I have many coordinates that I am plotting using a MKMapOverlay and CoreLocation and I want to be able to contain them all in a view.
How can I contain them all? I thought about taking the halfway ...
0
votes
1answer
193 views
Adapt a drawn overlay to match roads
In my application I can draw an overlay (PolyLine) on my map (MKMapView). This overlay however, is not bounded to actual roads. Is there a way (some API or others) to adapt the overlay so that it ...
1
vote
2answers
711 views
Replicate radiating circles like user location on MKMapView
Is it possible to have the radiating circles like the user location annotation. So that custom annotations have radiating circles of other colors. If not is there a hack way to make it work?
1
vote
1answer
901 views
MKMapView: Follow Current Location with current zoom level
I have a method that works to move the the map so that it follows the current user location. This works fine, but currently the zoom scale doesn't work how I want. I would like the user to be able ...
5
votes
2answers
257 views
Iphone sdk save drawings without whole context
I want to capture screen of my view from my iPhone app. I have white background view and on that I draw a lines on that view's layer using this method .
- (void)draw {
CGContextRef context = ...
4
votes
0answers
221 views
From rectangle Get Latitude n Longitude of MKMapView [closed]
In my Ipad application I am drawing a rectangle for x height and y Width on MapView. I want the latitude n longitude of that four Vertices. How can I get that latitude n longitude for those four ...
2
votes
1answer
1k views
Updating the centre point & zoom of MKMapView (iPhone)
I have been trying to centre the map view on the users location. This should also update as and when a change in location is registered. The issue I'm having is upon loading the app I can't get hold ...
3
votes
2answers
955 views
iOS how to keep current location center all the time
My map shows current location with blue dot..
Of course, when I move, blue dot moves.. I just want to keep blue dot center of the map all the time, making map's moving instead like Google map ...
0
votes
1answer
296 views
“Show current location” Button (Like Maps.app)
I state I'm a beginner so please don't miss any step!
I used that code to show and "jump" to the user location:
- (void)mapView:(MKMapView *)mv didAddAnnotationViews:(NSArray *)views {
...
1
vote
0answers
218 views
iPhone SDK - get/calculate camera field of view (FOV)
I'm working on a simple augmented reality application with camera overlay in detecting nearby stores. Anyways, I have three latitude/longitude points 'A','B' and 'C' using core data. Point 'A' is the ...
0
votes
1answer
298 views
MKMapView leaking from autorealease in main.m
I know from this forum that this is a known bug that has been reported to Apple, but I am concerned that the memory leak keeps increasing everytime I call the view.
the relevant code is
...
2
votes
2answers
9k views
CLLocation distanceFromLocation
I am using CLLocation to work out the distance from the current user location, and an annotation. However I just wanted to know if this would be correct. I am currently using iPhone Simulator for this ...
0
votes
1answer
304 views
Making the MKMapView transparent but keeping overlays opaque
Is there a way to make the map somewhat transparent but keep all the added overlays opaque?
Adjusting the alpha for the map will of course set it for the overlays as well.
0
votes
1answer
1k views
iOS: MapKit/CoreLocation/ShowsUserLocation implementation strategy
I'm implementing a map in one of my apps, the user's location needs to be read and then the map zoomed to current location and then pins added for businesses surrounding the user.
I've got it working ...
0
votes
1answer
207 views
Corelocation automatically drops pin when Current Location is found
I am making a map view with CoreLocation.
the problem I'm facing right now is that whenever I found a location.
It sometimes pops back to my current Location.
i haven't tested this bug thoroughly but ...
1
vote
2answers
874 views
How do I find the current position in the mapview
How can I get the longitude, and latitude of the current position showing on the mapView?
Thanks.
2
votes
4answers
6k views
iPhone SDK: Track users location using GPS
I have a few questions about CoreLocation and GPS.
First, what method in core location is used to continually get the users current coordinates? And at what interval should these be retrieved?
...
1
vote
1answer
520 views
monotouch compass overlaying mapview
I need to display a small compass over the mapview.
Is there a standard way of achieving this? It obv needs to update as the direction the phone is pointed in changes.
w://
0
votes
1answer
632 views
MKAnnotations are being made successfully, however they sometimes fail to render on MKMapView
I'm working on an iPhone app using the 3.1.3 SDK, my app finds the users current location, displays it on a MKMapView and then finds nearby locations and renders them as MKAnnotations. My code is ...
3
votes
2answers
4k views
How do I show the user's location, and additional points on an iPhone map?
Basically I want to show the users location plus a list of selected location on a map. It can even have the standard iphone annotations. But, I have no idea of the general steps I would take to ...
1
vote
1answer
2k views
Apple documentation incorrect about MKMapView -regionThatFits:?
In the Apple documentation for the -regionThatFits: method of the MKMapView, it says that this will return a new region centered on the same point as the region that's passed in, only with the regions ...
0
votes
2answers
3k views
iPhone: mapView.showUserLocation. VS locationUpdate function
I'm developing on an app that is location-based, I have a mapView set to show the user location (mapView.showUserLocation); I also have a locationUpdate function to retrive lat/long of current ...
13
votes
2answers
13k views
Obtain user location from a MKMapView
Is it possible to use the MKMapView's own location manager to return the users current location to pass into a webservice?
I have mapView.showsUserLocation=YES; and this does return a valid blue dot ...
10
votes
4answers
37k views
HowTo initialise MKMapView with a given user location?
My app knows the current user position (CoreLocation.framework).
As soon as the user opens a new MapView his iPhone starts searching for the current position again.
Is it possible to skip that or to ...

