Break Constructor (LatLon) | |
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
)
Public Sub New (
loc As LatLon
)
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.
Break br = new Break(LatLon.Empty);
Breaks without location cannot be used with a RouteMatrix, Route Highlighting, or Directions.
See Also