Search results for

“Apple Maps Guides”

155,799 results found

Post

Replies

Boosts

Views

Activity

SwiftUI Map shows through toolbar.
Hi, On iOS 17 beta I have drawn a Map inside a NavigationStack with toolbar buttons. The map is drawing itself above the toolbar background and behind the toolbar buttons, that is the map is drawing right to the bottom of the display but the buttons are visible on top of the map. The Apple Maps logo etc has honoured the safe area correctly. Anyone seen this and know why or how to avoid this? If I replace the map with another view the toolbar is handled properly. Any suggestions appreciated, cheers.
1
0
863
Aug ’23
Subtitle on Map?
I am using the following code on my map but the subtitle does not show on the map and I am getting this message - for 0.00 seconds - Raster Overlays Above Labels - Failed to decode (terminal) (0.00 sec). Does anyone see a problem with my logic or code? self.mapView.removeOverlays(self.mapView.overlays) let location = sender.location(in: self.mapView) let locCoord = self.mapView.convert(location, toCoordinateFrom: self.mapView) let annotation = MKPointAnnotation() annotation.coordinate = locCoord self.mapView.removeAnnotations(mapView.annotations) self.mapView.addAnnotation(annotation) addCircle(locCoord: locCoord) annotation.title = Bank Angle (angle)° annotation.subtitle = Aircraft } // MARK: Circle overlay. func addCircle(locCoord: CLLocationCoordinate2D) { self.mapView.delegate = self let circle = MKCircle(center: locCoord, radius: distanceInMeters as CLLocationDistance) self.mapView.add(circle) }
1
0
856
Jun ’18
Reply to Buttons Focus
I suppose you could do this with a focus guide, but it would not map well to the way a user expects the focus engine to work. It is best to only move focus in the direction requested by the user, otherwise it becomes very unpredictable and confusing.Please see the tvOS HIG section on Focus and Selection for some additional information.
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’15
Maps on iOS 9 Beta
I noticed that the following functionality is not working as per expectation on iOS 9 Devices. However, Working fine on below iOS 9 devices.In iOS 9, Apple Maps is not working as expectation, It is displaying iOS Home screen as soon as Apple Maps URL is launched in Safari Browser.Steps to Reproduce:1. Open Safari in iOS 92. Type this URL in Safari Address Barhttp://maps.apple.com/maps?q=Scott+Woodruff,5445+Murrell+Rd+Ste+104,Viera,FL 32955@28.265339,-80.718226&t=m&z=123. It will launch Apple maps prompting by alert view4. As Soon as Apple Maps is launched, iOS Home (Main Screen) is coming to screen.I see this as defect.Expected Results:It should display the corrrect address in mapActual Results:App is going to BackgroundVersion: iOS 9 Beta
2
0
486
Aug ’15
Guide through MDM Process
I'm developing an app that has a URL blocking feature(Web Content Filter). Want to upload on the app store so any user can download the app. To do that I've to set up MDM server. I've Company / Organization account. Can anyone guide me through MDM Process? I have a few questions. What kind of account is needed? What things need to be done from the app(mobile) side? What things need to be done from the server-side? What will be the procedure to create MDM profile and distribute it to the app store user.
0
0
592
May ’22
Guide iPhone 6s + downgrade to OS10.3
HiIs there any offical safe method or guide to downgrade the iPhone 6s Plus to OS10.3?I am using cross platform tools (NOT xCode) to develop Apple apps. I try to debug the apps through Mac Mini and iPhone 6s Plus. The development enviroment has OS10.3 stable version supported.I want to downgrade to OS10.3 to debug. Is there any 'Safe & Detail' steps or offical guide to follow?Thank you for your assistance.Dko
0
0
652
Feb ’18
Explain Map() position
Hi, Can someone explain how the Map() position should work? struct ContentView: View { @State private var position: MapCameraPosition = .userLocation(followsHeading: true, fallback: .automatic) var body: some View { Map(position: $position) { UserAnnotation() } } } I was expecting the map to zoom in to users location but it shows the map zoomed out to the max instead. Location is authorized. I've also added the location button. .mapControls { MapUserLocationButton() } Pressing it zooms in to the user's location without issues. Thanks!
1
0
1.5k
Jun ’23
Map with listings aggregator possible?
Working on marketplace app where listing are displayed on map. If there are let's say 100 listings within certain radius, I want to aggregate these pins in a circle with number 100. When user clicks on this number MAP should zoom-in and display circle with say, 50, 30 ,10, pins... depending on zoom level. It is possible with google maps API. Can this be achieved with Apple MAPS ?
1
0
543
Jul ’21
google maps error
Hello!We have an ecommerce site that has a link to a location on google maps. If this is tried to open on any iphone or ipad that does not have the google maps app downloaded, an error message pops up that says Safari can not open the page because the address is invalid. The location on the map is loaded behind the message and if you press okay the message goes away but this is a bad user experience. If the user has the google maps app then this error does not occur. Has any one else encountered this problem or found a fix for it?Thanks!
0
0
1.3k
Jun ’15
SwiftUI Map shows through toolbar.
Hi, On iOS 17 beta I have drawn a Map inside a NavigationStack with toolbar buttons. The map is drawing itself above the toolbar background and behind the toolbar buttons, that is the map is drawing right to the bottom of the display but the buttons are visible on top of the map. The Apple Maps logo etc has honoured the safe area correctly. Anyone seen this and know why or how to avoid this? If I replace the map with another view the toolbar is handled properly. Any suggestions appreciated, cheers.
Replies
1
Boosts
0
Views
863
Activity
Aug ’23
Subtitle on Map?
I am using the following code on my map but the subtitle does not show on the map and I am getting this message - for 0.00 seconds - Raster Overlays Above Labels - Failed to decode (terminal) (0.00 sec). Does anyone see a problem with my logic or code? self.mapView.removeOverlays(self.mapView.overlays) let location = sender.location(in: self.mapView) let locCoord = self.mapView.convert(location, toCoordinateFrom: self.mapView) let annotation = MKPointAnnotation() annotation.coordinate = locCoord self.mapView.removeAnnotations(mapView.annotations) self.mapView.addAnnotation(annotation) addCircle(locCoord: locCoord) annotation.title = Bank Angle (angle)° annotation.subtitle = Aircraft } // MARK: Circle overlay. func addCircle(locCoord: CLLocationCoordinate2D) { self.mapView.delegate = self let circle = MKCircle(center: locCoord, radius: distanceInMeters as CLLocationDistance) self.mapView.add(circle) }
Replies
1
Boosts
0
Views
856
Activity
Jun ’18
Reply to Buttons Focus
I suppose you could do this with a focus guide, but it would not map well to the way a user expects the focus engine to work. It is best to only move focus in the direction requested by the user, otherwise it becomes very unpredictable and confusing.Please see the tvOS HIG section on Focus and Selection for some additional information.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’15
Maps on iOS 9 Beta
I noticed that the following functionality is not working as per expectation on iOS 9 Devices. However, Working fine on below iOS 9 devices.In iOS 9, Apple Maps is not working as expectation, It is displaying iOS Home screen as soon as Apple Maps URL is launched in Safari Browser.Steps to Reproduce:1. Open Safari in iOS 92. Type this URL in Safari Address Barhttp://maps.apple.com/maps?q=Scott+Woodruff,5445+Murrell+Rd+Ste+104,Viera,FL 32955@28.265339,-80.718226&t=m&z=123. It will launch Apple maps prompting by alert view4. As Soon as Apple Maps is launched, iOS Home (Main Screen) is coming to screen.I see this as defect.Expected Results:It should display the corrrect address in mapActual Results:App is going to BackgroundVersion: iOS 9 Beta
Replies
2
Boosts
0
Views
486
Activity
Aug ’15
Indent Guide Lines In Xcode
It would be extremely helpful to have indent guides like what Visual Studio has in Xcode as discussed here.Would you agree?
Replies
7
Boosts
0
Views
5.5k
Activity
Jul ’18
Add a new neighborhood to Maps
We create new development maps for builders and developers. Is it possible for us to add the new streets and addresses to Apple Maps so that visitors can find these brand-new streets and addresses?
Replies
0
Boosts
0
Views
457
Activity
Oct ’24
Guide through MDM Process
I'm developing an app that has a URL blocking feature(Web Content Filter). Want to upload on the app store so any user can download the app. To do that I've to set up MDM server. I've Company / Organization account. Can anyone guide me through MDM Process? I have a few questions. What kind of account is needed? What things need to be done from the app(mobile) side? What things need to be done from the server-side? What will be the procedure to create MDM profile and distribute it to the app store user.
Replies
0
Boosts
0
Views
592
Activity
May ’22
Guide iPhone 6s + downgrade to OS10.3
HiIs there any offical safe method or guide to downgrade the iPhone 6s Plus to OS10.3?I am using cross platform tools (NOT xCode) to develop Apple apps. I try to debug the apps through Mac Mini and iPhone 6s Plus. The development enviroment has OS10.3 stable version supported.I want to downgrade to OS10.3 to debug. Is there any 'Safe & Detail' steps or offical guide to follow?Thank you for your assistance.Dko
Replies
0
Boosts
0
Views
652
Activity
Feb ’18
Packet Tunnel Provider Guide
Hi, I want to develop an enterprise VPN app with a custom protocol. I'm following the documentation but I have no clue how to start, is there any guide I can follow?
Replies
3
Boosts
0
Views
322
Activity
Feb ’25
Explain Map() position
Hi, Can someone explain how the Map() position should work? struct ContentView: View { @State private var position: MapCameraPosition = .userLocation(followsHeading: true, fallback: .automatic) var body: some View { Map(position: $position) { UserAnnotation() } } } I was expecting the map to zoom in to users location but it shows the map zoomed out to the max instead. Location is authorized. I've also added the location button. .mapControls { MapUserLocationButton() } Pressing it zooms in to the user's location without issues. Thanks!
Replies
1
Boosts
0
Views
1.5k
Activity
Jun ’23
no maps showing
Trying the samples from https://developer.apple.com/maps/mapkitjs/To me only the grid appears and the markers (if the example has some), but no map, neither standard nor satelliteusing 10.14.3, trying Firefox & SafariWhat is happening ?
Replies
2
Boosts
0
Views
948
Activity
Feb ’19
Map deviation in China
Is there a solution to the map deviation problem in China? China intentionally deviates all coordinates on maps in China (for national security), so that all GPS annotations are off by a few hundred meters randomly.
Replies
2
Boosts
0
Views
1.2k
Activity
Jan ’16
Map with listings aggregator possible?
Working on marketplace app where listing are displayed on map. If there are let's say 100 listings within certain radius, I want to aggregate these pins in a circle with number 100. When user clicks on this number MAP should zoom-in and display circle with say, 50, 30 ,10, pins... depending on zoom level. It is possible with google maps API. Can this be achieved with Apple MAPS ?
Replies
1
Boosts
0
Views
543
Activity
Jul ’21
data partnership with the Maps team
Hello, We are trying to add Reservations for restaurants in apple maps, but we found out we need data partnership with the Maps team, how can we reach them to do it. Please let us know Regards
Replies
0
Boosts
0
Views
917
Activity
Nov ’22
google maps error
Hello!We have an ecommerce site that has a link to a location on google maps. If this is tried to open on any iphone or ipad that does not have the google maps app downloaded, an error message pops up that says Safari can not open the page because the address is invalid. The location on the map is loaded behind the message and if you press okay the message goes away but this is a bad user experience. If the user has the google maps app then this error does not occur. Has any one else encountered this problem or found a fix for it?Thanks!
Replies
0
Boosts
0
Views
1.3k
Activity
Jun ’15