Posts Tagged ‘maps’

Virtual Earth point in bounding box test

I’m currently working with the Microsoft Virtual Earth SDK and wanted to test if a point is inside a box as where coordinates are specified using latitude and longitude. It appears there are no built in function the API that does this, so this is what I came up with. Please note the special case [...]