#mapkit search results
Day #68 of my #100DaysOfSwiftUI is finished! I've learned how to implement #MapKit in my #iOS #apps =) #SwiftUI #iOSdev
#MapKit's mapItemDetailSheet is an easy way to show location detail📍 Tricks: 1) Use PlaceIDs instead of Lan./Lon. 2) Most AIs did not know this detail sheet; Provide API Parameters can prevent them from customizing .sheet 😆 Learn more 🚀 developer.apple.com/videos/play/ww…
Here’s first video in the 10 part #SwiftUI #MapKit series. In this video I cover Map Regions, Markers, Annotations and Camera Positions 2nd video coming on Wednesday. Buy me a Ko-Fi (ko-fi.com/stewartLynch) and get access to all 10 now. youtu.be/9xzHJAT_Iqk
If you're using MapKit control the camera using MapCameraPosition providing: 1️⃣ MKMapItem to center the map in the item 2️⃣ MKMapRect to specify the boundaries 3️⃣ MKMapRegion to position the map in a specific area #swiftui #mapkit #iosprogramming
When using #MapKit with #SwiftUI, is there a way to have a polyline in a colour with a stroke in another one? Like in Apple Maps (1st screenshot). In #UIKit, I used to add the same polyline 2x but with different renderer (width & color). It does not seem to work with #SwiftUI.
東京タワーを赤くしてますが、位置情報を利用して近づくことがトリガーになって、アクション起こせるようです。 例えば、近づかないと手に入らない宝探し的なアプリとか、近づかないと見れない有益な情報を載せるとか、色々できそう。 #MapKit
Got the MapMarker to remain in focus and adjusts to the detents of the sheet! Works on all iPhone sizes too! Yay! #SwiftUI #MapKit
The entire 10 part #MapKit with #SwiftUI and #SwiftData is now available for free. Watch on YouTune youtube.com/playlist?list=… Or download my free StewartLynch Channel watching app and watch it there. stewartlynch.gumroad.com/l/obsjz
What's NOT new in #MapKit? 🗺️ 1/x No support for annotation clustering in #SwiftUI: no way to specify the displayPriority, collisionMode or a custom clustering annotation View... So we end up with a crowded & unreadable map 🫤 #FB13860493 #FB13784552 #FB13784561 #WWDC24
having too much fun with the #MapKit updates for #SwiftUI 📍 learning for now. integration to Stubs next! going to explore options for users to keep track of the venues of attended converts.
Happy to see MKMapItem now has a public unique identifier! I'll be able to remove some private APIs usage and close a feedback. Check out MKMapItem.Identifier: developer.apple.com/documentation/… #WWDC24 #MapKit
Video #6 of 10 in series. Instead of searching for sites to place markers on a map, let me show you how you can tap to place a marker with #MapKit in #SwiftUI. To be continued on Sunday. Update your trip destinations with hand picked locations. youtu.be/jjm8WOn0Xhk
Building a static map viewer in SwiftUI with dark mode support! 🧛🏻 #SwiftUI #MapKit #DarkMode #iOSDev
#mapkit I have a mapkit issue I have a walk from a to d, which has a walking poly line, when I select section b to c I want it to be red but the rest to be blue. However I have found Apple has a limit on how many mapkit requests in a short period of time is there a way round thi
🌍 Dive into map-based house search with HarmonyOS! Learn to add custom markers, manage location permissions, and optimize performance for a seamless user experience. Perfect for real estate apps! 🏡 #HarmonyOS #MapKit #ArkUI #AppDevelopment @儿歌八万首 ift.tt/kbTm6tg
dev.to
Implementing the Map-based House Search Effect in HarmonyOS Next
The commonly used map-based house search function involves adding custom markers for regions,...
I really got nothing 🫤 How is it possible to ship no update at all? My feedback are about existing #MapKit APIs, no new features. I know it's prioritised based on demand, but I thought bringing a little bit more #UIKit to #SwiftUI would be faster... 🤞🏻 next year! #WWDC25
My MapKit for SwiftUI #WWDC25 wish list: 🤏🏻 Draggable annotations 🗺️ Tile overlays 📍 Clustering annotations 👇🏻 Tap detection on Annotations (MapPolyline, MapPolygon, and friends) I updated my old feedback in Feedback Assistant. Who knows 🤪
Some nice geocoding additions to #MapKit! #WWDC25 New framework: GeoToolbox New types: MKGeocodingRequest, MKReverseGeocodingRequest, MKAddress, MKAddressRepresentations developer.apple.com/documentation/…
As a #MapKit enthusiast, I'm thrilled that there are new tools for Maps! 🗺️✨ #iOS26 #WWDC25 #beta #AppleEvent
A methodology for customizing Apple Maps to match the app's style and theme ♥️🧡💛💚💙💜🤎 #Hue #Saturation #MapKit #SwiftUI
#MapKit's mapItemDetailSheet is an easy way to show location detail📍 Tricks: 1) Use PlaceIDs instead of Lan./Lon. 2) Most AIs did not know this detail sheet; Provide API Parameters can prevent them from customizing .sheet 😆 Learn more 🚀 developer.apple.com/videos/play/ww…
Today’s SwiftUI Learnings... ✅ MapKit Integration – Display interactive maps. ✅ Annotations – Add custom markers to locations. ✅ User Location – Show real-time user position on the map. #SwiftUI #MapKit #iOSDev #100DaysOfSwiftUI #100DaysOfCode #letsconnect #CONNECT
Any #MapKit engineers out there? I submitted the issue over two months ago but haven’t received any feedback yet. I'd appreciate any help or insights.
Is anyone familiar with MKLocalPointsOfInterestRequest? It seems to be pretty unreliable, often throwing MKErrorDomain Code=4 "(null)" UserInfo={MKErrorGEOError=-8} and therefore not delivering any results – no matter how much I zoom in or out. #iOSDev #FB16049486
You can’t *really* lock the 3D orientation of a MapAnnotation on #MapKit, and the #citybike api doesn’t haven dock orientation information but with some #swiftui tricks you can deal with both of those issues… #swift #apple #ios #iosDev #indieDev
I reworked the #MapKit view in edit form. It looks a ton better! Usually I'm not happy with my designs, but this time I believe I did something really good. First of all, I stopped using stock markers and added user content to the map.
Find nearby restaurants using MKLocalSearch/MapKit? stackoverflow.com/questions/6673… #swift #mapkit
The programmatic selection of MKMarkerAnnotationView under iOS 12 is still buggy. If it is not fixed in the next beta, I have to start with a workaround. #MapKit #iOS12
Change the mapType to .satellite etc with a picker stackoverflow.com/questions/7165… #swiftui #mapkit
When using #MapKit with #SwiftUI, is there a way to have a polyline in a colour with a stroke in another one? Like in Apple Maps (1st screenshot). In #UIKit, I used to add the same polyline 2x but with different renderer (width & color). It does not seem to work with #SwiftUI.
Day #68 of my #100DaysOfSwiftUI is finished! I've learned how to implement #MapKit in my #iOS #apps =) #SwiftUI #iOSdev
Stopping MKUserTrackingButton to invert colors? stackoverflow.com/questions/6560… #mkmapview #mapkit #swift #xcode
How do I enable clicking default POI markers in mapkit js stackoverflow.com/questions/6711… #mapkit #mapkitjs #applemaps
How do i look through the routes and make it get the selected route stackoverflow.com/questions/6438… #xcode6 #mapkit #swift
SwiftUI Map MapAnnotations move when Keyboard is open stackoverflow.com/questions/6785… #mapkit #ios #swiftui #mapkitannotation #swift
Trying to do custom callout and change Marker color in Swift MapView stackoverflow.com/questions/6581… #mapkitannotation #mapkit #swift
MKMapSnapshotter 'completionHandler' not called on iPhone 6/6+ stackoverflow.com/questions/3295… #ios #dictionary #mapkit #mkmapsnapshotter #objectivec
Change MapView Polyline style dynamically when user start moving on route in Swift stackoverflow.com/questions/6647… #swift3 #mapkit #ios
If you're using MapKit control the camera using MapCameraPosition providing: 1️⃣ MKMapItem to center the map in the item 2️⃣ MKMapRect to specify the boundaries 3️⃣ MKMapRegion to position the map in a specific area #swiftui #mapkit #iosprogramming
How to determine if the user finished zoomed the map other than the regionDidChangeAnimated method stackoverflow.com/questions/6452… #ios #mapkit #swift
Something went wrong.
Something went wrong.
United States Trends
- 1. Comey 111K posts
- 2. Opus 4.5 4,525 posts
- 3. Gueye 8,619 posts
- 4. Everton 59.2K posts
- 5. Mark Kelly 77.1K posts
- 6. Thanksgiving 164K posts
- 7. Halligan 34.8K posts
- 8. Hegseth 27.2K posts
- 9. #WooSoxWishList 10.6K posts
- 10. Pentagon 16.4K posts
- 11. Department of War 22.4K posts
- 12. Dismissed 52.5K posts
- 13. Keane 4,933 posts
- 14. Brosmer 2,375 posts
- 15. UCMJ 12.1K posts
- 16. Ja'Kobi Gillespie N/A
- 17. Jimmy Cliff 34.5K posts
- 18. Department of Defense 4,887 posts
- 19. TOP CALL 5,950 posts
- 20. #NutramentHolidayPromotion N/A