In the Xamarin.Essentials
library there is a Location
class that comes with a DateTimeOffset
TimeStamp
.
I know I’m being pedantic and I should just move on – I know it’s to indicate a location of the device at a moment in time, but I don’t like this. Locations in three-dimensional space have no associated concept of time.
What would be a better description (and class name) for “a device location at a given instant in time”? TemporalLocation
? LocationInstant
?