![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
![]() |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#1
|
|||
|
|||
|
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!!! :) |
|
#2
|
|||
|
|||
|
__________________
Poco ha de saber el que no pregunta.. Yo por eso soy un pregunton |
|
#3
|
|||
|
|||
|
Hola, puedes crearte un archivo con esto:
Código:
<html>
<head>
<script src="http://maps.google.com/maps?file=api&"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>
|
|
#4
|
|||
|
|||
![]() |
|
|
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 |
|