 | RoutePartialEntity.GpsMatchingMaxRange Property |
Gets or sets the GPS matching maximum range.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Route
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<double> GpsMatchingMaxRange { get; set; }
Public Property GpsMatchingMaxRange As Nullable(Of Double)
Get
Set
Property Value
Type:
Nullable<Double>
The GPS matching maximum range.
See Also