• Home
  • API Documentation

Class LocationAttachment

Represents an attachment to a GroupMe Message containing a location.

Inheritance
Object
Attachment
LocationAttachment
Namespace: GroupMeClientApi.Models.Attachments
Assembly: GroupMeClientApi.dll
Syntax
public class LocationAttachment : Attachment

Properties

| Improve this Doc View Source

Latitude

Gets the latitude.

Declaration
public string Latitude { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Longitude

Gets the longitude.

Declaration
public string Longitude { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Name

Gets the location name.

Declaration
public string Name { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Type

Gets the attachment type.

Declaration
public override string Type { get; }
Property Value
Type Description
String
Overrides
Attachment.Type
  • Edit on GitHub
  • View on GitHub
Back to top Generated by DocFX