TKAggregateGeocoder
public class TKAggregateGeocoder : NSObject
extension TKAggregateGeocoder: TKGeocoding
Undocumented
-
Undocumented
Declaration
Swift
public let geocoders: [TKGeocoding]
-
Undocumented
Declaration
Swift
public init(geocoders: [TKGeocoding])
-
Declaration
Swift
public func geocode(_ input: String, near mapRect: MKMapRect, completion: @escaping (Result<[TKNamedCoordinate], Error>) -> Void)