MapHelper
class MapHelper
Undocumented
-
Undocumented
Declaration
Swift
static var shared: MapHelper
-
Undocumented
Declaration
Swift
func onAppStart()
-
Undocumented
Declaration
Swift
func getLocationForAddress(address: Address) -> (currentResult: CLLocation?, lookupPublisher: AnyPublisher<CLLocation?, Never>?)
-
Undocumented
Declaration
Swift
var cancellableBag: Set<AnyCancellable>
-
Undocumented
Declaration
Swift
var addressLookupResults: [Int : CLLocation]
-
Undocumented
Declaration
Swift
var addressLookupPublishers: [Int : AnyPublisher<CLLocation?, Never>]