AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Specifies geographic information about an endpoint.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.EndpointLocation

Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z

Syntax

C#
public class EndpointLocation

The EndpointLocation type exposes the following members

Constructors

NameDescription
Public Method EndpointLocation()

Properties

NameTypeDescription
Public Property City System.String

Gets and sets the property City.

The name of the city where the endpoint is located.

Public Property Country System.String

Gets and sets the property Country.

The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the endpoint is located. For example, US for the United States.

Public Property Latitude System.Double

Gets and sets the property Latitude.

The latitude coordinate of the endpoint location, rounded to one decimal place.

Public Property Longitude System.Double

Gets and sets the property Longitude.

The longitude coordinate of the endpoint location, rounded to one decimal place.

Public Property PostalCode System.String

Gets and sets the property PostalCode.

The postal or ZIP code for the area where the endpoint is located.

Public Property Region System.String

Gets and sets the property Region.

The name of the region where the endpoint is located. For locations in the United States, this value is the name of a state.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5