RoverLocation
The RoverLocation module is a wrapper around a CLLocationManager that provides functionality for automatically tracking location-related events and maintaining the CLLocationManager’s list of monitored regions.
Assembler
Rover.initialize(assemblers: [
    //...
    LocationAssembler()
])
Services
The following services are defined in the RoverLocation module and are registered by the LocationAssembler:
- RegionManager