CMValue

public class CMValue: CMObject

Copyright © 2017 Nexusgeographics All rights reserved.

Cercalia json class with a field: value

  • Gets value.

    Declaration

    Swift

    public func getValue() -> Any?

    Return Value

    the value

  • Sets value.

    @param value the value

    Declaration

    Swift

    public func setValue(value: Any)