CMSuggestGeocoding

public class CMSuggestGeocoding

The 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.