Click or drag to resize

StreetDataGetAddressForMileMarker Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get the location of the street.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public virtual GeocodeAddress GetAddressForMileMarker(
	float mileMarkerNumber
)

Parameters

mileMarkerNumber
Type: SystemSingle
The mile marker distance along this street.

Return Value

Type: GeocodeAddress
A GeocodeAddress object containing the coordinates of the street at the given mile. If this street doesn't have MileMarkers, or the input value is invalid, then the Location property of the returned object will be invalid.
See Also