November 6, 2025 at 12:24 PM
v0.9.4 of background_location_gbb A Flutter plugin to get location updates in the background for both Android and iOS. Uses CoreLocation for iOS and FusedLocationProvider for Android. Changelog excerpt: - Some versions are updated
Interest | Match | Feed
Interest | Match | Feed
Origin
pub.dev
September 27, 2025 at 11:22 AM
Can we decide where reverse geocoding lives and leave it be?
1. https://developer.apple.com/documentation/mapkit/mkreversegeocoder/initwithcoordinate: (use CLGeocoder)
2. https://developer.apple.com/documentation/CoreLocation/CLGeocoder (use MapKit)
Feels like googling for recursion.
1. https://developer.apple.com/documentation/mapkit/mkreversegeocoder/initwithcoordinate: (use CLGeocoder)
2. https://developer.apple.com/documentation/CoreLocation/CLGeocoder (use MapKit)
Feels like googling for recursion.
CLGeocoder | Apple Developer Documentation
An interface for converting between geographic coordinates and place names.
developer.apple.com
July 31, 2025 at 5:59 AM
Can we decide where reverse geocoding lives and leave it be?
1. https://developer.apple.com/documentation/mapkit/mkreversegeocoder/initwithcoordinate: (use CLGeocoder)
2. https://developer.apple.com/documentation/CoreLocation/CLGeocoder (use MapKit)
Feels like googling for recursion.
1. https://developer.apple.com/documentation/mapkit/mkreversegeocoder/initwithcoordinate: (use CLGeocoder)
2. https://developer.apple.com/documentation/CoreLocation/CLGeocoder (use MapKit)
Feels like googling for recursion.
F1 track GPS test. ✅ (Can you name the track? ☺️)
#appdev #swift #swiftui #ios #CoreLocation #export #excuseforadrive #Formula1
#appdev #swift #swiftui #ios #CoreLocation #export #excuseforadrive #Formula1
July 16, 2025 at 10:14 PM
F1 track GPS test. ✅ (Can you name the track? ☺️)
#appdev #swift #swiftui #ios #CoreLocation #export #excuseforadrive #Formula1
#appdev #swift #swiftui #ios #CoreLocation #export #excuseforadrive #Formula1
- File downloads over a network
- Location streaming with CoreLocation
- Performance measurement with CADisplayLink
Read the full blog here: blog.jacobstechtavern.com/p/async-stream
- Location streaming with CoreLocation
- Performance measurement with CADisplayLink
Read the full blog here: blog.jacobstechtavern.com/p/async-stream
Advanced Swift Concurrency: AsyncStream
How and when to use this powerful Swift Concurrency tool
blog.jacobstechtavern.com
June 11, 2025 at 5:32 PM
- File downloads over a network
- Location streaming with CoreLocation
- Performance measurement with CADisplayLink
Read the full blog here: blog.jacobstechtavern.com/p/async-stream
- Location streaming with CoreLocation
- Performance measurement with CADisplayLink
Read the full blog here: blog.jacobstechtavern.com/p/async-stream
I want to avoid requesting too much data from HealthKit. Allowing me to not depend on HK much, for example I’ll compute the distance, avg speed etc… myself from CoreLocation. Maybe I’m wrong. #BuildInPublic
May 26, 2025 at 4:58 PM
I want to avoid requesting too much data from HealthKit. Allowing me to not depend on HK much, for example I’ll compute the distance, avg speed etc… myself from CoreLocation. Maybe I’m wrong. #BuildInPublic
- File downloads over a network
- Location streaming with CoreLocation
- Performance measurement with CADisplayLink
Read the full blog post and all my worked examples here: blog.jacobstechtavern.com/p/async-stream
- Location streaming with CoreLocation
- Performance measurement with CADisplayLink
Read the full blog post and all my worked examples here: blog.jacobstechtavern.com/p/async-stream
Advanced Swift Concurrency: AsyncStream
How and when to use this powerful Swift Concurrency tool
blog.jacobstechtavern.com
May 25, 2025 at 3:01 PM
- File downloads over a network
- Location streaming with CoreLocation
- Performance measurement with CADisplayLink
Read the full blog post and all my worked examples here: blog.jacobstechtavern.com/p/async-stream
- Location streaming with CoreLocation
- Performance measurement with CADisplayLink
Read the full blog post and all my worked examples here: blog.jacobstechtavern.com/p/async-stream
How to build an AsyncStream that tracks your location
We set the AsyncStream up in our LocationManager, that uses CoreLocation delegate callbacks to get the latest rotation angle.
Creating an async stream is as simple as declaring it.
We set the AsyncStream up in our LocationManager, that uses CoreLocation delegate callbacks to get the latest rotation angle.
Creating an async stream is as simple as declaring it.
May 23, 2025 at 3:02 PM
How to build an AsyncStream that tracks your location
We set the AsyncStream up in our LocationManager, that uses CoreLocation delegate callbacks to get the latest rotation angle.
Creating an async stream is as simple as declaring it.
We set the AsyncStream up in our LocationManager, that uses CoreLocation delegate callbacks to get the latest rotation angle.
Creating an async stream is as simple as declaring it.
- File downloads over a network
- Location streaming with CoreLocation
- Performance measurement with CADisplayLink
Read the full blog post and check out my worked examples here: blog.jacobstechtavern.com/p/async-stream
- Location streaming with CoreLocation
- Performance measurement with CADisplayLink
Read the full blog post and check out my worked examples here: blog.jacobstechtavern.com/p/async-stream
Advanced Swift Concurrency: AsyncStream
How and when to use this powerful Swift Concurrency tool
blog.jacobstechtavern.com
May 19, 2025 at 3:06 PM
- File downloads over a network
- Location streaming with CoreLocation
- Performance measurement with CADisplayLink
Read the full blog post and check out my worked examples here: blog.jacobstechtavern.com/p/async-stream
- Location streaming with CoreLocation
- Performance measurement with CADisplayLink
Read the full blog post and check out my worked examples here: blog.jacobstechtavern.com/p/async-stream
statements written by utterly deranged
May 14, 2025 at 8:34 AM
statements written by utterly deranged
If you're stuck just ask.
I've worked with a package to translate from a EPSG25831 to EPSG4326 coordinate system.
For reference EPSG4326 is the one CoreLocation is using.
I've worked with a package to translate from a EPSG25831 to EPSG4326 coordinate system.
For reference EPSG4326 is the one CoreLocation is using.
April 30, 2025 at 7:53 AM
If you're stuck just ask.
I've worked with a package to translate from a EPSG25831 to EPSG4326 coordinate system.
For reference EPSG4326 is the one CoreLocation is using.
I've worked with a package to translate from a EPSG25831 to EPSG4326 coordinate system.
For reference EPSG4326 is the one CoreLocation is using.
Playing around with CoreLocation recording, accidentally creating a generic metal band name logo
April 26, 2025 at 12:53 AM
Playing around with CoreLocation recording, accidentally creating a generic metal band name logo
It compares the traditional CLLocationManager with newer wrappers like CLMonitor and CLLocationUpdate, and includes sample code and testing advice for smooth implementation.
#ios #iosdevelopment #swift #swiftui #swiftlang #CoreLocation
#ios #iosdevelopment #swift #swiftui #swiftlang #CoreLocation
February 3, 2025 at 5:34 AM
It compares the traditional CLLocationManager with newer wrappers like CLMonitor and CLLocationUpdate, and includes sample code and testing advice for smooth implementation.
#ios #iosdevelopment #swift #swiftui #swiftlang #CoreLocation
#ios #iosdevelopment #swift #swiftui #swiftlang #CoreLocation
TIL: "Geocoding from Python on macOS using pyobjc-framework-CoreLocation"
https://til.simonwillison.net/python/pyobjc-framework-corelocation
https://til.simonwillison.net/python/pyobjc-framework-corelocation
Geocoding from Python on macOS using pyobjc-framework-CoreLocation
Rhet Turnbull shared this short script for looking up the named timezone for a given location from Python on macOS using objc and the CoreLocation framework. It uses the objc package and pyobjc-framework-CoreLocation .
til.simonwillison.net
January 26, 2025 at 5:30 PM
TIL: "Geocoding from Python on macOS using pyobjc-framework-CoreLocation"
https://til.simonwillison.net/python/pyobjc-framework-corelocation
https://til.simonwillison.net/python/pyobjc-framework-corelocation
TIL: "Geocoding from Python on macOS using pyobjc-framework-CoreLocation"
til.simonwillison.net/python/pyobj...
til.simonwillison.net/python/pyobj...
Geocoding from Python on macOS using pyobjc-framework-CoreLocation
Rhet Turnbull shared this short script for looking up the named timezone for a given location from Python on macOS using objc and the CoreLocation framework. It uses the objc package and pyobjc-framew...
til.simonwillison.net
January 26, 2025 at 5:29 PM
TIL: "Geocoding from Python on macOS using pyobjc-framework-CoreLocation"
til.simonwillison.net/python/pyobj...
til.simonwillison.net/python/pyobj...
Newly posted: a video from March 2023:
• Pushing the limits of Core Location by Nick Patrick
• Native UI, Shared Logic: Leveraging Kotlin Multiplatform to share code between iOS and Android by Carlo Rapisarda
www.youtube.com/watch?v=Xjvu...
#iosdev #swift #Kotlin #CoreLocation
• Pushing the limits of Core Location by Nick Patrick
• Native UI, Shared Logic: Leveraging Kotlin Multiplatform to share code between iOS and Android by Carlo Rapisarda
www.youtube.com/watch?v=Xjvu...
#iosdev #swift #Kotlin #CoreLocation
iOSoho: Pushing the limits of Core Location && Sharing code across platforms with Kotlin
YouTube video by Dev Community
www.youtube.com
January 20, 2025 at 5:24 PM
Newly posted: a video from March 2023:
• Pushing the limits of Core Location by Nick Patrick
• Native UI, Shared Logic: Leveraging Kotlin Multiplatform to share code between iOS and Android by Carlo Rapisarda
www.youtube.com/watch?v=Xjvu...
#iosdev #swift #Kotlin #CoreLocation
• Pushing the limits of Core Location by Nick Patrick
• Native UI, Shared Logic: Leveraging Kotlin Multiplatform to share code between iOS and Android by Carlo Rapisarda
www.youtube.com/watch?v=Xjvu...
#iosdev #swift #Kotlin #CoreLocation
RT @thekarladam: If anything, I wouldn't be surprised if this is shared for CoreLocation requests without actually doing GPS requests
November 9, 2024 at 9:22 PM
RT @thekarladam: If anything, I wouldn't be surprised if this is shared for CoreLocation requests without actually doing GPS requests
CoreLocation for mac is retarded.
November 6, 2024 at 2:43 AM
CoreLocation for mac is retarded.
MapKit und CoreLocation für Cappuccino http://post.ly/lHjI
November 19, 2024 at 10:34 AM
MapKit und CoreLocation für Cappuccino http://post.ly/lHjI