Club Delphi  
    FTP   CCD     Buscar   Trucos   Trabajo   Foros

Retroceder   Foros Club Delphi > Principal > Varios
Registrarse FAQ Miembros Calendario Guía de estilo Temas de Hoy

Grupo de Teaming del ClubDelphi

Respuesta
 
Herramientas Buscar en Tema Desplegado
  #1  
Antiguo 31-10-2008
Neeruu Neeruu is offline
Miembro
 
Registrado: oct 2007
Posts: 485
Poder: 17
Neeruu Va por buen camino
Cool Google Earth y Delphi

Hola a todos como estan?? alguien sabe como utilizar desde delphi el google earth, si hay compomentes, y de donde se pueden descargar!!!!


saluda Atte Neeruu!!!
__________________
Saluda Atte Neeruu!!! :)
Responder Con Cita
  #2  
Antiguo 31-10-2008
pcicom pcicom is offline
Miembro
 
Registrado: may 2003
Ubicación: MONTERREY MEXICO
Posts: 253
Poder: 21
pcicom Va por buen camino
Que tal esto..



http://blog.marcocantu.com/blog/goog...hi_server.html
__________________
Poco ha de saber el que no pregunta.. Yo por eso soy un pregunton
Responder Con Cita
  #3  
Antiguo 31-10-2008
[coso] coso is offline
Miembro Premium
 
Registrado: may 2008
Ubicación: Girona
Posts: 1.678
Poder: 0
coso Va por buen camino
Hola, puedes crearte un archivo con esto:

Código:
<html>
	<head>
                <script src="http://maps.google.com/maps?file=api&amp;"type="text/javascript"></script>		

	   <script type="text/javascript">		
	
	    function set_maps() 
	    {
	      if (GBrowserIsCompatible()) 
	      {	
		var home_map = new GMap2(document.getElementById("home_map")); // objeto mapa
	        var mapTypeControl = new GMapTypeControl(); // control mapa-satelite-hibrido
	        var topRight = new GControlPosition(G_ANCHOR_BOTTOM_RIGHT, new GSize(10,10)); // posicion 

	        home_map.setCenter(new GLatLng(10,10), 2); // posicion inicial
	        home_map.addControl(mapTypeControl, topRight); // añade control
		home_map.addControl(new GSmallMapControl()) // añade zoom

		var home_point = new GLatLng(10, 10); // punto inicial para overlay
		home_map.addOverlay(new GMarker(home_point));
	      }
	    }
            </script>
	</head>
	<body onload="set_maps();" onunload="GUnload()">	
	<body>
		<div id="home_map" style="float:left;width: 700px; height: 700px;"</div>
	</body>
</html>
y luego en tu programa cargalo por ejemplo en un TWebBrowser.
Responder Con Cita
  #4  
Antiguo 01-11-2008
josejp1 josejp1 is offline
Miembro
 
Registrado: oct 2008
Posts: 42
Poder: 0
josejp1 Va por buen camino
Mira a ver si te vale esto

http://delphimagic.blogspot.com/2008...en-delphi.html
Responder Con Cita
Respuesta



Normas de Publicación
no Puedes crear nuevos temas
no Puedes responder a temas
no Puedes adjuntar archivos
no Puedes editar tus mensajes

El código vB está habilitado
Las caritas están habilitado
Código [IMG] está habilitado
Código HTML está deshabilitado
Saltar a Foro

Temas Similares
Tema Autor Foro Respuestas Último mensaje
Microsoft Virtual Earth VS Google Earth ?? ZayDun La Taberna 3 11-05-2007 12:34:05
Uso de Google Earth COM API vejerf Varios 1 17-04-2007 23:07:25
Google Earth y la cuarta dimensión dec La Taberna 2 14-11-2006 12:09:12
Integración Google earth Luci Internet 5 21-11-2005 15:14:35


La franja horaria es GMT +2. Ahora son las 08:23:48.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi
Copyright 1996-2007 Club Delphi