Show / Hide Table of Contents

Class EdiGpxFile

Gpx File for a route that contains multiple checkpoints and a destination

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

Properties

Data

Data of the GpxFile as a byte-array

Declaration
public byte[] Data { get; set; }
Property Value
Type Description
System.Byte[]

Destination

GeoPosition of the Destination Point of the route

Declaration
public EdiGeoPosition Destination { get; set; }
Property Value
Type Description
EdiGeoPosition
Back to top Generated by DocFX