CMSuggestGeocoding
public class CMSuggestGeocodingThe Suggest Geocoding service encapsulates suggestGeocoding queries to cercalia API.
The Suggest Geocoder works with an APIKEY. Use the following call to configure it:
{CMCercalia.instance.apiKey = API_KEY}Resolution of the queries is done asyncronously, so a delegate must be defined
 CMSuggestGeocoding.getInstance().geocoding(address, delegate: self);
 Copyright © 2017 Nexusgeographics All rights reserved.
- 
                  
                  Gets instance. DeclarationSwift public static func getInstance() -> CMSuggestGeocodingReturn Valuethe instance 
- 
                  
                  Geocoding. DeclarationSwift public func geocoding(cityCode:String?, streetCode:String?, houseNumber:String?, delegate: CMSuggestGeocodingDelegate)ParameterscityCodethe city code streetCodethe street code houseNumberthe house number delegatethe delegate 
- 
                  
                  Geocoding. DeclarationSwift public func geocoding(address: CMAddress, delegate: CMSuggestGeocodingDelegate)Parametersaddressthe address delegatethe delegate 
 CMSuggestGeocoding Class Reference
        CMSuggestGeocoding Class Reference