GroupMeLocationAttachment AsCoordinates Method CkSoftware GroupMe SDK - Documentation
Parses the current coordinates into a GeoCoordinate object.

Namespace: CkSoftware.GroupMe.Sdk.Core.Dao
Assembly: CkSoftware.GroupMe.Sdk.Core (in CkSoftware.GroupMe.Sdk.Core.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

public GeoCoordinate AsCoordinates()

Return Value

Type: GeoCoordinate
The GeoCoordinate object instance representing this location.
Exceptions

ExceptionCondition
InvalidOperationExceptionOccurs if the Latitude or Longitude properties are empty.
FormatException Occurs if the given latitude or longitude cannot be parsed into a GeoCoordinate object.
See Also