ReverseGeocoderOnlineService

public class ReverseGeocoderOnlineService

Class to add a key for a search service. The key must be injected before the GeocodeService can be used.

  • Example: func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { ReverseGeocoderService.reverseGeocoderKey = "ReverseGeocoder_KEY" [...] return true }

Public

  • Key for a search service.

    Declaration

    Swift

    public static var reverseGeocoderKey: String? { get set }