Click or drag to resize

Break Constructor (LatLon)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a Break at the given location.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Break(
	LatLon loc
)

Parameters

loc
Type: Telogis.GeoBaseLatLon
The LatLon at which to place the Break.
Remarks
To create a Break with no specific location, use LatLon.Empty as in the following example.
// Create Break with no specific location
Break br = new Break(LatLon.Empty);

Breaks without location cannot be used with a RouteMatrix, Route Highlighting, or Directions.

See Also