Search results for

“Apple Maps Guides”

155,812 results found

Post

Replies

Boosts

Views

Activity

SwiftUI MapKit map style inconsistency
I am switchingt to the new WWDC 2023 SwiftUI map with user location and a few map annotations. I find if I use .mapStyle(.imagery(elevation: .flat)) as the map style, the map will be loaded with a reasonably zoomed area. However, if I use .mapStyle(.imagery(elevation: .realistic)) on the same map, the simulator will give me a view of the entire planet. I have to manually zoom in everytime to find the user location and annotations, which is not very convenient. This is the only map style configuration that does this. I am not very sure if this is a feature or a inconsistency bug. If this is a feature, I cannot see the purpose of it.
0
0
850
Aug ’23
How to highlight the specific POI in the map on scroll
Hello, I have used CPPointOfInterestTemplate for displaying data and as user scrolls using the up/down arrow, I do not see any change in the map. Is there a way to highlight the POIs as the user scrolls through the list? I need to use the map controls and zoom to check the markers on the map. Is it possible to set the zoom level of the map in CarPlay? Pls suggest on the above queries
1
0
141
Apr ’25
Reply to MKMapView crash on LandscapeRight
OK, managed to locate the problem (based on some discussions on previous map rotation errors). It was related to a wrong UI constraintSuperview.bottomMargin = mapview.bottom - 6This caused the mapview to get wrong values when rotating to LandscapeRight, and being unable to recover.I fixed it by setting bottom layout guide = mapview bottomI would still call this a bug that should probably be fixed though. Certainly caused me som extra workRegards
Jan ’16
Library Validation failed: reason: mapping process is a platform binary, but mapped file is not.
Hello all,I'm developing Printing Dialog Extension plugin for mac and encountered an issue where my PDE does not get loaded in print dialog opened from Safari 11.1.2 (macOS High Sierra).Error from Console is:kernel (ApplicationMobileFileIntegrity)Library Validation failed: Rejecting '/Library/Printers/Test/PDEs/SamplePDE.plugin/Contents/MacOS/SamplePDE' (Team ID: XXXXXXXXXX, platform: no) for process 'Safari(24532)' (Team ID: none, platform: yes), reason: mapping process is a platform binary, but mapped file is not.This issue does not happen with Safari 11.0 and earlier, and any other Apple and 3rd party apps.Please let me know if you've encountered similar issue and know a fix or workaround to this problem.Thank you in advance.
6
0
3.8k
Sep ’18
CPPointOfInterestTemplate center map to selected PointOfInterest
When selecting a pointOfInterest is it possible to center the map on the location of the point of interest? I looked at the CPPointOfInterestTemplate but it doesn't seem to provide access to the underlying map instance. In our parking app we have cases where 3 or more pointsOfInterest are shown on the map, but the list pane is either overlapping the pins on the map or the pins are outside the screen.
0
0
577
Oct ’20
Select annotation in Map
Hello everyone. I have the following problem. I have a view with a map in which I visualize several points (annotation point). My problem is that when I select a point, I don't get any event to check, for example, the name of the annotation point, to then carry out operations. Tengo un View con un mapa @IBOutlet weak var Mapa: MKMapView! I make several queries to a database that returns a series of points (annotation points). To see which point I select, you would have to launch, once you click on the map, one of these procedures... right? extension DatosCercanos: MKMapViewDelegate { func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) { print(hola) } func mapView(_ mapView: MKMapView, didDeselect annotation: MKAnnotation) { print(hola) } func mapView(_ mapView: MKMapView, didSelect annotation: MKAnnotation) { print(hola) } func mapView(_ mapView: MKMapView, didDeselect view:MKAnnotationView) { print(hola) } As you will see, I have put several procedures to see if any of them
1
0
858
Mar ’23
Map repositions itself after panning
Hi,I am currently displaying multiple custom Annotations on a map and when i went up to about 250 the map starts lagging.When i pan across the map: no problem. But as soon as the user stops panning the map repositions itself somewhere completely else.I reset the annotations and removedannotationView!.image = UIImage(named: pin)and everything was fine (off course the image was the tipical MapKit-logo but everything else worked out)I am using a MKPointAnnotation class to define specific properties of my Annotations and this function to specify:func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView { guard let annot = annotation as? customAnnotation else {return nil} if annotation is MKUserLocation { return nil } let annotationView = MKAnnotationView(annotation: annotation, reuseIdentifier: customAnnotation) mapView.addAnnotation(annot) annotationView.image = UIImage(named: pin) annotationView.canShowCallout = true annotationView.clustering
6
0
2.4k
Nov ’18
Map channels and animated UV in USDZ
Please let me know is it possible to use additional map channel? (here is a screenshot from 3ds max: https://i.imgur.com/UJXkkwa.png )For example, if I'd like to apply all basic textures to 1st map channel and transparency/opacity map to the 2nd map channel.And is USD file support animated UVs?Thank you!
0
0
554
Jul ’19
SwiftUI MapKit map style inconsistency
I am switchingt to the new WWDC 2023 SwiftUI map with user location and a few map annotations. I find if I use .mapStyle(.imagery(elevation: .flat)) as the map style, the map will be loaded with a reasonably zoomed area. However, if I use .mapStyle(.imagery(elevation: .realistic)) on the same map, the simulator will give me a view of the entire planet. I have to manually zoom in everytime to find the user location and annotations, which is not very convenient. This is the only map style configuration that does this. I am not very sure if this is a feature or a inconsistency bug. If this is a feature, I cannot see the purpose of it.
Replies
0
Boosts
0
Views
850
Activity
Aug ’23
How to highlight the specific POI in the map on scroll
Hello, I have used CPPointOfInterestTemplate for displaying data and as user scrolls using the up/down arrow, I do not see any change in the map. Is there a way to highlight the POIs as the user scrolls through the list? I need to use the map controls and zoom to check the markers on the map. Is it possible to set the zoom level of the map in CarPlay? Pls suggest on the above queries
Replies
1
Boosts
0
Views
141
Activity
Apr ’25
Reply to CarPlay - Apple Maps connected with headlights ?
What I mean is, in dark mode, Apple Maps is displayed in light mode in some vehicles and dark mode in some vehicles. I am trying to understand if there is any connection between Apple Maps and some day/night light sensor.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’20
Customize location Map Prompt
Is there any possibility were I can remove Always Allow option from location Map Prompt that appear in screen in iOS 13
Replies
0
Boosts
0
Views
396
Activity
Nov ’20
CarPlay : Show Map on carplay display
How can I show Map on carplay display in iOS 14.0 above. Is there any way to check map navigation on carplay display screen?
Replies
3
Boosts
0
Views
2.3k
Activity
Oct ’21
3D Maps iOS 10.0
Hello to all,i install iOS10 on my iPhone 6S Plus 128GB, i found some problems, one of this is where is the function to see the maps in 3D?Can you help me?Thanks
Replies
0
Boosts
0
Views
333
Activity
Jun ’16
Google Map not shown
If I install my App over XCode everythings works fine, but if I install the App over TestFlight or the AppStore, the google map is not shown? Very strange. Does anyone has experiences with that?
Replies
0
Boosts
0
Views
458
Activity
Jan ’16
Reply to WKInterfaceMap not working in Simulator
Sure enough, launching the Maps app in the associated iPhone simulator made the map appear in the Apple Watch simulator for me.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’17
Reply to MKMapView crash on LandscapeRight
OK, managed to locate the problem (based on some discussions on previous map rotation errors). It was related to a wrong UI constraintSuperview.bottomMargin = mapview.bottom - 6This caused the mapview to get wrong values when rotating to LandscapeRight, and being unable to recover.I fixed it by setting bottom layout guide = mapview bottomI would still call this a bug that should probably be fixed though. Certainly caused me som extra workRegards
Replies
Boosts
Views
Activity
Jan ’16
Library Validation failed: reason: mapping process is a platform binary, but mapped file is not.
Hello all,I'm developing Printing Dialog Extension plugin for mac and encountered an issue where my PDE does not get loaded in print dialog opened from Safari 11.1.2 (macOS High Sierra).Error from Console is:kernel (ApplicationMobileFileIntegrity)Library Validation failed: Rejecting '/Library/Printers/Test/PDEs/SamplePDE.plugin/Contents/MacOS/SamplePDE' (Team ID: XXXXXXXXXX, platform: no) for process 'Safari(24532)' (Team ID: none, platform: yes), reason: mapping process is a platform binary, but mapped file is not.This issue does not happen with Safari 11.0 and earlier, and any other Apple and 3rd party apps.Please let me know if you've encountered similar issue and know a fix or workaround to this problem.Thank you in advance.
Replies
6
Boosts
0
Views
3.8k
Activity
Sep ’18
CPPointOfInterestTemplate center map to selected PointOfInterest
When selecting a pointOfInterest is it possible to center the map on the location of the point of interest? I looked at the CPPointOfInterestTemplate but it doesn't seem to provide access to the underlying map instance. In our parking app we have cases where 3 or more pointsOfInterest are shown on the map, but the list pane is either overlapping the pins on the map or the pins are outside the screen.
Replies
0
Boosts
0
Views
577
Activity
Oct ’20
Select annotation in Map
Hello everyone. I have the following problem. I have a view with a map in which I visualize several points (annotation point). My problem is that when I select a point, I don't get any event to check, for example, the name of the annotation point, to then carry out operations. Tengo un View con un mapa @IBOutlet weak var Mapa: MKMapView! I make several queries to a database that returns a series of points (annotation points). To see which point I select, you would have to launch, once you click on the map, one of these procedures... right? extension DatosCercanos: MKMapViewDelegate { func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) { print(hola) } func mapView(_ mapView: MKMapView, didDeselect annotation: MKAnnotation) { print(hola) } func mapView(_ mapView: MKMapView, didSelect annotation: MKAnnotation) { print(hola) } func mapView(_ mapView: MKMapView, didDeselect view:MKAnnotationView) { print(hola) } As you will see, I have put several procedures to see if any of them
Replies
1
Boosts
0
Views
858
Activity
Mar ’23
Map repositions itself after panning
Hi,I am currently displaying multiple custom Annotations on a map and when i went up to about 250 the map starts lagging.When i pan across the map: no problem. But as soon as the user stops panning the map repositions itself somewhere completely else.I reset the annotations and removedannotationView!.image = UIImage(named: pin)and everything was fine (off course the image was the tipical MapKit-logo but everything else worked out)I am using a MKPointAnnotation class to define specific properties of my Annotations and this function to specify:func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView { guard let annot = annotation as? customAnnotation else {return nil} if annotation is MKUserLocation { return nil } let annotationView = MKAnnotationView(annotation: annotation, reuseIdentifier: customAnnotation) mapView.addAnnotation(annot) annotationView.image = UIImage(named: pin) annotationView.canShowCallout = true annotationView.clustering
Replies
6
Boosts
0
Views
2.4k
Activity
Nov ’18
Reply to Show custom view on top of MKMapView, without obscuring legal text or Apple logo
The position of the Legal label and the Apple Maps logo adjust themselves according to the value of additionalSafeAreaInsets for the view controller managing the map view.
Replies
Boosts
Views
Activity
Jul ’20
Map channels and animated UV in USDZ
Please let me know is it possible to use additional map channel? (here is a screenshot from 3ds max: https://i.imgur.com/UJXkkwa.png )For example, if I'd like to apply all basic textures to 1st map channel and transparency/opacity map to the 2nd map channel.And is USD file support animated UVs?Thank you!
Replies
0
Boosts
0
Views
554
Activity
Jul ’19