BoundingBoxWidth Property |
Namespace: Telogis.GeoBase
BoundingBox bb1 = new BoundingBox(); // Add arbitrary points in Los Angeles, USA. bb1.Add(new LatLon(33.787935, -118.013866)); bb1.Add(new LatLon(33.761919, -117.985009)); Console.WriteLine("BoundingBox width is {0} degrees", bb1.Width); // Prints 'BoundingBox width is 0.0288565474067042 degrees'