Break Constructor (Double, Double) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a Break at the given latitude and longitude.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Break(
double lat,
double lon
)
Public Sub New (
lat As Double,
lon As Double
)
Parameters
- lat
- Type: SystemDouble
The latitude to stop at. - lon
- Type: SystemDouble
The longitude to stop at.
Examples
Break br = new Break(34.0, -118.0);
See Also