StreetDataGetAddressForMileMarker Method | |
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
)
Public Overridable Function GetAddressForMileMarker (
mileMarkerNumber As Single
) As GeocodeAddress
Parameters
- mileMarkerNumber
- Type: SystemSingle
The mile marker distance along this street.
Return Value
Type:
GeocodeAddressA 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