Show / Hide Table of Contents

Class NSAddress

Carrier object for Address.

Syntax

Constructors

NSAddress()

Initializes a new instance of the NSAddress class.

Declaration
NSAddress

Methods

GetLocalizedAddress()

NSLocalizedField[] is a list of LocalizedFieldList objects. Used to store localized information such as formatted address data.

Declaration
NSLocalizedField[][] GetLocalizedAddress()
Returns
Type Description
NSLocalizedField[][]

GetWgs84Latitude()

Latitude (that's north/south), decimal degrees, relative to WGS 84 ellipsoid. SuperOffice ASA is at 59.91892. This value needs no further grid reference or other qualifying information.

Declaration
Float GetWgs84Latitude()
Returns
Type Description
Float

GetWgs84Longitude()

Longitude (that's East/west), decimal degrees, relative to WGS 84 ellipsoid. SuperOffice ASA is at 10.73159. This value needs no further grid reference or other qualifying information.

Declaration
Float GetWgs84Longitude()
Returns
Type Description
Float

SetLocalizedAddress(NSLocalizedField[][])

NSLocalizedField[] is a list of LocalizedFieldList objects. Used to store localized information such as formatted address data.

Declaration
Void SetLocalizedAddress(NSLocalizedField[][] list)
Parameters
Type Name Description
NSLocalizedField[][] list
Returns
Type Description
Void

SetWgs84Latitude(Float)

Latitude (that's north/south), decimal degrees, relative to WGS 84 ellipsoid. SuperOffice ASA is at 59.91892. This value needs no further grid reference or other qualifying information.

Declaration
Void SetWgs84Latitude(Float latitude)
Parameters
Type Name Description
Float latitude
Returns
Type Description
Void

SetWgs84Longitude(Float)

Longitude (that's East/west), decimal degrees, relative to WGS 84 ellipsoid. SuperOffice ASA is at 10.73159. This value needs no further grid reference or other qualifying information.

Declaration
Void SetWgs84Longitude(Float longitude)
Parameters
Type Name Description
Float longitude
Returns
Type Description
Void
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top