Click or drag to resize

RouteMatrixLocationsToCalculate Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns an array of LatLon objects, which contains the locations to calculate as part of this route matrix. This property allows you to define a subset of locations to calculate the route matrix from, to speed up calculations. If this property is null, all rows and columns of the route matrix are calculated.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public LatLon[] LocationsToCalculate { set; }

Property Value

Type: LatLon

Implements

IRouteMatrixLocationsToCalculate
See Also