Class LocationAttachment
Represents an attachment to a GroupMe Message containing a location.
Namespace: GroupMeClientApi.Models.Attachments
Assembly: GroupMeClientApi.dll
Syntax
public class LocationAttachment : Attachment
Properties
| Improve this Doc View SourceLatitude
Gets the latitude.
Declaration
public string Latitude { get; }
Property Value
| Type | Description |
|---|---|
| String |
Longitude
Gets the longitude.
Declaration
public string Longitude { get; }
Property Value
| Type | Description |
|---|---|
| String |
Name
Gets the location name.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| String |
Type
Gets the attachment type.
Declaration
public override string Type { get; }
Property Value
| Type | Description |
|---|---|
| String |