Hello all,
I'm Connor and I'm an aspiring developer. I have an alright understanding of SwiftUI, but it's not perfect and by no means complete.
I came from knowing Java, which provides the concept of threads. Which enables the system to almost behave independently of current processes.
My program is basically trying to monitor locations, similar to Apples Region Monitoring system on Swift, but add more functionality, including setting the distance to be notified.
I'm wondering whether more experienced developers than myself could lead me in the right direction.
Ideas that I had so far are:
and GeoQuery to identify landmarks near the user.
Any suggestions for how I should continue would be really appreciative.
Thank you,
Connor
TL;DR: How do I re-develop apples region monitoring system, but add more functionality?
I'm Connor and I'm an aspiring developer. I have an alright understanding of SwiftUI, but it's not perfect and by no means complete.
I came from knowing Java, which provides the concept of threads. Which enables the system to almost behave independently of current processes.
My program is basically trying to monitor locations, similar to Apples Region Monitoring system on Swift, but add more functionality, including setting the distance to be notified.
I'm wondering whether more experienced developers than myself could lead me in the right direction.
Ideas that I had so far are:
Save real-time location onto Firebase database, then every update of the database checks that location and how close it is to the regions I want to monitor.
Find out if threading is a thing and use that.
Any suggestions you all have.
and GeoQuery to identify landmarks near the user.
Any suggestions for how I should continue would be really appreciative.
Thank you,
Connor
TL;DR: How do I re-develop apples region monitoring system, but add more functionality?