Class NSAddress
Carrier object for Address.
Syntax
Constructors
NSAddress()
Initializes a new instance of the NSAddress class.
Declaration
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
Returns
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
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
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
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