dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Interfaces

IGeolocationPosition Interface

Interface for GeolocationPosition

public interface IGeolocationPosition

Properties

IGeolocationPosition.Coords Property

The coordinates of the position.

dymaptic.GeoBlazor.Core.Interfaces.IGeolocationCoordinates Coords { get; }

Property Value

IGeolocationCoordinates

IGeolocationPosition.Timestamp Property

The timestamp of when the coordinates were read.

long Timestamp { get; }

Property Value

System.Int64