gcode-mirror / earth-api-samples

Automatically exported from code.google.com/p/earth-api-samples
0 stars 0 forks source link

Get bounding box data without network links #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A method in the API to retrieve the windows bounding box data without 
having to send a view based refresh query to a server.

Something like:
GEWindow.getBBox()
or 
GEWindow.getWest()
GEWindow.getSouth()
GEWindow.getNorth()
GEWindow.getEast()

The only workaround I can see is to send the data to a server via a 
network link and then return the required data in a kml file.

Original issue reported on code.google.com by fraser.c...@gmail.com on 30 Sep 2008 at 7:05

GoogleCodeExporter commented 9 years ago
Fraser, there's another request out at:
http://code.google.com/p/earth-api-samples/issues/detail?id=29

Can you post this as a comment to that request?

BTW, engineers are looking into it.

Original comment by api.roman.public@gmail.com on 30 Sep 2008 at 9:12