Apple Maps is a mapping service application developed by Apple Inc, for its iOS mobile operating system.
1
vote
0answers
14 views
Is it possible to go directly to the business information page in the Apple Maps app on iOS?
I am writing an app that includes information for various venues. I'd like to provide the user with the ability to open the location information screen from the Apple Maps app. I know how to have the ...
0
votes
1answer
22 views
Is there a way to change what the disclosure button in Apple Maps does?
I have tried to use MapView, but after finding out that I won't be able to add directions, I am switching to Apple Maps. At first I wanted to add a navigation bar so that I could go back to my app ...
0
votes
1answer
17 views
Open Apple map with navigation bar and barbuttonitem
I have some code that opens Apple Maps when I push a button, but I would somehow like to implement a navigation controller at the top of the screen so that I can go back to the previous page. Is it ...
0
votes
1answer
51 views
Run app when iPhone restart? [duplicate]
I want to develop an app which will fetch user coordinates and will send it over network to server. App should be run in background as well as if my phone is switched off and restart then app should ...
0
votes
0answers
18 views
Apple Maps - Find destination/location - How to?
I'm still a noobie to app making, and i've been trying to read some of the documentary for the MapKit, but im still clueless on how to do this.
I have a textfield on TabBar2, and Apple Map on ...
0
votes
0answers
26 views
iO6 CLGeocoder: Always returns only ONE object
In the code below, I always get only one Object back from geocode NSArray *placemarks. I do an NSLog it always shows up as one Object. No matter what I type in the searchBar.
I'm testing it on my ...
0
votes
0answers
16 views
Reverse Geocoding: Apple Maps & UISearchDisplayController
I would like to search Apple Maps and put in the Name/address of a place i.e. "Starbucks" in UISearchDisplayController and have the results appear in UITableView?
I would also like to a add a button ...
1
vote
1answer
76 views
How to get back to my app after going to map app from my application in ios 6
I am using this code to display some location on map.
Class mapItemClass = [MKMapItem class];
if (mapItemClass && [mapItemClass ...
0
votes
0answers
119 views
Can we create custom map application having turn by turn navigation feature like google map app and Apple's native Maps application?
I need to create a Map Navigation application with turn by turn navigation features like Apple's map.
I know we can open the Maps application to show address and route between source and destination ...
0
votes
1answer
38 views
add address to apple map
any one know how to add an address to apple map,
for example if I want to add this address "Rickmansworth, Hertfordshire WD3, Regno Unito" to map, how can I do that? I do not have latitude or ...
0
votes
0answers
32 views
Apple maps show default region
I want to set a default region to the app, every time I open the map it should show a region. For example every time i open the map it should show "london".
I did this, but it's not centering
...
1
vote
1answer
43 views
Is there any way to change the appearance of MKMapView?
Is there a way to manipulate the look of MKMapView (colors etc) like with Core Image and photos? I thought about making the map black and white or something like that. Someone I know did this in order ...
1
vote
1answer
103 views
Is there any Apple api like google Place Search API
In my iphone app I am using MKMap kit,currently I am plotting places on map according to the results get from Google Place API,But as per google's doc,I must use his values only in google Maps.
But ...
0
votes
2answers
87 views
Can you reference a place in Apple Maps using Mapkit?
Is it possible to take advantage of Apple's places information or even reference one using MapKit?
Didn't find anything on Location Awareness Programming Guide.
Tried matching the address details ...
2
votes
1answer
296 views
Options for displaying multiple routes on iPhone Map (iOS 4+)
I am trying to develop an iPhone app (with map routing function), and I need everyone's suggestions (guidance).
Below are a few specs:
The app will be running on iPhone with iOS 4+.
The app will ...