Show / Hide Table of Contents

Class EdiGeoPosition

Data about the current geo position

Inheritance
System.Object
EdiGeoPosition
EdiGpsTracking
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiGeoPosition : object

Properties

Angle

The angle is the direction that the vehicle is moving in (Heading)

Declaration
public decimal? Angle { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

GeoRadius

GeoRadius on which this GeoPosition is considered as in range

Declaration
public EdiGeoRadius GeoRadius { get; set; }
Property Value
Type Description
EdiGeoRadius

Latitude

North–south position of a point on the Earth's surface

Declaration
public decimal? Latitude { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Longitude

East–west position of a point on the Earth's surface

Declaration
public decimal? Longitude { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

PlaceName

The place name of the current geo position

Declaration
public string PlaceName { get; set; }
Property Value
Type Description
System.String

RecordTime

Time the GPS record was created

Declaration
public DateTimeOffset? RecordTime { get; set; }
Property Value
Type Description
System.Nullable<DateTimeOffset>

Speed

The current speed of the vehicle in a defined measurement

Declaration
public EdiGeoSpeed Speed { get; set; }
Property Value
Type Description
EdiGeoSpeed

W3WCoordinate

A coordinate for the What3Words service like index.home.raft

Declaration
public string W3WCoordinate { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX