# IGeopoint

> Namespace: XPlat.Device.Geolocation

Describes a geographic point.

```csharp
public interface IGeopoint
```

## Supported platforms

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

## Properties

### Position

Gets or sets the position of a geographic point.

```csharp
BasicGeoposition Position { get; set; }
```
