RouteFlagSPEED_UNITS Property |
Namespace: Telogis.GeoBase.Routing
LatLon myLatLon = new LatLon(33.584594, -117.731847); SpeedUnit linkSpeedUnits = GeoCoder.ReverseGeoCodeFull(myLatLon).StreetLink.Flags.SPEED_UNITS; Console.WriteLine("The speed unit used for this link is {0}.", linkSpeedUnits); // The speed unit used for this link is MilesPerHour.