MyLocationViewModel
interface MyLocationViewModel
Manages the state and behavior of the My Location control. Provides information about the current follow mode, permission status, and handles user interactions.
Thread Safety
This ViewModel is not thread-safe and must only be accessed from the Main thread.
All methods must be called from the Main (UI) thread
All StateFlow properties emit values on the Main thread
Concurrent access from multiple threads may lead to undefined behavior