CMKeyValue

public class CMKeyValue: CMObject

Copyright © 2017 Nexusgeographics All rights reserved.

Cercalia json class with two fields: id and value

  • Gets id.

    Declaration

    Swift

    public func getId() -> Any?

    Return Value

    the id

  • Gets value.

    Declaration

    Swift

    public func getValue() -> Any?

    Return Value

    the value