Click or drag to resize
ParaPlan Logo

VehicleLocationVehicleLocations Method

[Missing <summary> documentation for "M:ParaPlanREST.Models.VehicleLocation.VehicleLocations(System.Collections.Generic.List{ParaPlan.Entities.GPS})"]

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<VehicleLocation> VehicleLocations(
	List<GPS> GPSDataset
)

Parameters

GPSDataset
Type: System.Collections.GenericListGPS

[Missing <param name="GPSDataset"/> documentation for "M:ParaPlanREST.Models.VehicleLocation.VehicleLocations(System.Collections.Generic.List{ParaPlan.Entities.GPS})"]

Return Value

Type: ListVehicleLocation

[Missing <returns> documentation for "M:ParaPlanREST.Models.VehicleLocation.VehicleLocations(System.Collections.Generic.List{ParaPlan.Entities.GPS})"]

See Also