# IGeoposition

> Namespace: XPlat.Device.Geolocation

Represents a location that may contain latitude and longitude data.

```csharp
public interface IGeoposition
```

## Supported platforms

| Platform        | Version    |
| --------------- | ---------- |
| .NET Standard   | 2.0        |
| Xamarin.Android | 9.0        |
| Xamarin.iOS     | 1.0        |
| UWP             | 10.0.16299 |

## Properties

### Coordinate

Gets or sets the latitude and longitude associated with a geographic location.

```csharp
Geocoordinate Coordinate { get; set; }
```
