<PackageReference Include="Azure.Core" Version="1.43.0" />

GeoPoint

public sealed class GeoPoint : GeoObject
Represents a point geometry.
public GeoPosition Coordinates { get; }

Gets position of the point.

public GeoPoint(double longitude, double latitude)

Initializes new instance of GeoPoint.

public GeoPoint(double longitude, double latitude, double? altitude)

Initializes new instance of GeoPoint.

public GeoPoint(GeoPosition position)

Initializes new instance of GeoPoint.

public GeoPoint(GeoPosition position, GeoBoundingBox boundingBox, IReadOnlyDictionary<string, object> customProperties)

Initializes new instance of GeoPoint.