> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NSAddress

> Carrier object for Address.

Carrier object for Address.

## Constructors

### NSAddress()

```crmscript theme={null}
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.

```crmscript theme={null}
NSLocalizedField[][] GetLocalizedAddress()
```

**Returns:** [CRMScript.NetServer.NSLocalizedField](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.

```crmscript theme={null}
Float GetWgs84Latitude()
```

**Returns:** [CRMScript.Global.Float](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.

```crmscript theme={null}
Float GetWgs84Longitude()
```

**Returns:** [CRMScript.Global.Float](CRMScript.Global.Float)

## SetLocalizedAddress(NSLocalizedField\[]\[])

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

```crmscript theme={null}
Void SetLocalizedAddress(NSLocalizedField[][] list)
```

**Returns:** [CRMScript.Global.Void](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.

```crmscript theme={null}
Void SetWgs84Latitude(Float latitude)
```

**Returns:** [CRMScript.Global.Void](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.

```crmscript theme={null}
Void SetWgs84Longitude(Float longitude)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)


## Related topics

- [NSContactAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSContactAgent.md)
- [NSContactEntity](/en/automation/crmscript/reference/CRMScript.NetServer.NSContactEntity.md)
- [NSPersonEntity](/en/automation/crmscript/reference/CRMScript.NetServer.NSPersonEntity.md)
- [NSContact](/en/automation/crmscript/reference/CRMScript.NetServer.NSContact.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [NSAddressSyncData](/en/automation/crmscript/reference/CRMScript.NetServer.NSAddressSyncData.md)
