com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'html' is unknown.

SDKs

As a CityGrid publisher you can build native and web applications by contacting our APIs directly or through our SDKs. Currently CityGrid provides both source code and packaged SDKs for the iOS and the Java (Android) platforms.

Versioning

Using the SDKs is the most reliable way to ensure that your applications continue to run when we introduce either minor or major evolutions of our APIs. See Version history for a list of recent changes.

CityGrid iOS SDK 2.3

The CityGrid iOS SDK facilitates the development of iPhone and iPad applications. It is available as an iOS framework that you can drag and drop into your project. An example app is included.

  • iOS 4.x and Xcode 4.x required
  • supports Citygrid API 2.3
  • adds support for id/id_type for places
  • adds support for order_url for places
  • fixes client_ip for ads

On github here

CityGrid Android/Java SDK 2.3

The CityGrid Java SDK facilitates the development of Android and Java-based web applications. It is available as an Android framework that you can build with maven and eclipse. An example app is included.

  • Android 2.2 required
  • supports Citygrid API 2.3
  • adds support for id/id_type for places
  • adds support for order_url for places
  • fixes client_ip for ads

On github here