Skip to content

v0.4.1

Compare
Choose a tag to compare
@1ec5 1ec5 released this 06 Apr 14:17
· 306 commits to master since this release

Changes since v0.4.0:

  • Added an optional parameter to MBGeocoder.geocodeAddressString(_:nearLocation:inCountries:completionHandler:) to limit results to certain scopes. (#31)
  • Fixed an issue preventing the completion handler from ever being executed if the query string passed into MBGeocoder.geocodeAddressString(_:nearLocation:inCountries:completionHandler:) contains spaces or other characters that must be URL escaped. (#32)