Skip to main content
Carrier object for Address.

Constructors

NSAddress()

Initializes a new instance of the NSAddress class.

Methods

GetLocalizedAddress()

NSLocalizedField[] is a list of LocalizedFieldList objects. Used to store localized information such as formatted address data.
Returns: CRMScript.NetServer.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.
Returns: CRMScript.Global.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.
Returns: CRMScript.Global.Float

SetLocalizedAddress(NSLocalizedField[][])

NSLocalizedField[] is a list of LocalizedFieldList objects. Used to store localized information such as formatted address data.
Returns: CRMScript.Global.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.
Returns: CRMScript.Global.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.
Returns: CRMScript.Global.Void