thientung / winforms-geplugin-control-library

Automatically exported from code.google.com/p/winforms-geplugin-control-library
GNU General Public License v3.0
0 stars 0 forks source link

Comparison with COM API #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[not really an issue as such]

How would you compare this with the Google Earth COM API?
http://earth.google.com/comapi/index.html 

Given VS kicks out a PIA for this, isn't that all the managed code wrapper 
we need?

Original issue reported on code.google.com by piers.wi...@gmail.com on 8 Dec 2009 at 3:48

GoogleCodeExporter commented 9 years ago
No worries, the main difference is that the COM Api is unsupported by Google 
and is no 
longer in development, whilst the javascript Api is. 

http://groups.google.com/group/kml-support-com-
api/browse_thread/thread/fd6c4fe966a1eaf7

Original comment by fraser.c...@gmail.com on 8 Dec 2009 at 9:47

GoogleCodeExporter commented 9 years ago

Original comment by fraser.c...@gmail.com on 7 Mar 2010 at 5:17

GoogleCodeExporter commented 9 years ago
Also, just to note the - early binding on the earth client is a nightmare for 
any kind of distributed application as the Interop assemblies need rebuilding 
at each Google Earth version update. If I wasn't using the DLR I would still 
not use the PIA, I would go the reflection route...

Original comment by fraser.c...@gmail.com on 7 Feb 2012 at 8:20