RVP_Cocoa_SDK_Place

public class RVP_Cocoa_SDK_Place : A_RVP_Cocoa_SDK_Data_Object

Public Properties and Calculated Properties

  • Declaration

    Swift

    override public var asDictionary: [String : Any?] { get }

    Return Value

    all of the values for this object, as a Dictionary. READ ONLY

  • Declaration

    Swift

    public var venue: String { get set }

    Return Value

    the venue name String.

  • Declaration

    Swift

    public var streetAddress: String { get set }

    Return Value

    the street address String.

  • Declaration

    Swift

    public var extraInformation: String { get set }

    Return Value

    the extra information String.

  • Declaration

    Swift

    public var town: String { get set }

    Return Value

    the town/city/municipality String.

  • Declaration

    Swift

    public var county: String { get set }

    Return Value

    the county/sub-municipality String.

  • Declaration

    Swift

    public var state: String { get set }

    Return Value

    the state/province String.

  • Declaration

    Swift

    public var postalCode: String { get set }

    Return Value

    the postal/zip code String.

  • Declaration

    Swift

    public var nation: String { get set }

    Return Value

    the nation String.

  • Declaration

    Swift

    public var tag8: String { get set }

    Return Value

    the tag8 String.

  • Declaration

    Swift

    public var tag9: String { get set }

    Return Value

    the tag9 String.

  • Declaration

    Swift

    public var basicAddress: String { get }

    Return Value

    the basic address String. READ ONLY

Public Instance Methods

  • This is the default initializer.

    Declaration

    Swift

    public override init(sdkInstance inSDKInstance: RVP_Cocoa_SDK?, objectInfoData inData: [String : Any])

    Parameters

    sdkInstance

    REQUIRED (Can be nil) This is the SDK instance that “owns” this object. It may be nil for history instances.

    objectInfoData

    REQUIRED This is the parsed JSON data for this object, as a Dictionary.