Classes

The following classes are available globally.

GeometryModel

  • Primitive geometry mode.

    Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public class GeometryModel : Codable

SearchGeometryModel

  • The collection of the primitive geometry models.

    Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public class SearchGeometryModel : Codable

OnlineSearch

  • The Online Search API is a REST wrapper for a suite of web services that allow developers to use our scalable search engine.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    final public class OnlineSearch : Search

SearchShape

SearchPolygon

  • Representative shape object.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public class SearchPolygon : SearchShape

SearchCircle

  • Representative circle object.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public class SearchCircle : SearchShape