I wrote the code above
but if i put  Israel city like ( Israel Tel-Avi ) I see no street
why is that

<html>
<head>
<script src="http://maps.google.com/maps?
file=api&v=2&key=ABQIAAAAPc1M2l0NaBJTSRp3YcsFlxTWtlmJe_YB6wpni9vmiwCaZU6WCxQwXKCbpeoZNobQYXm54mq5arO7BQ"
    type="text/javascript"></script>
  <script src="http://www.google.com/uds/api?
file=uds.js&v=1.0&source=uds-
msw&key=ABQIAAAAPc1M2l0NaBJTSRp3YcsFlxTWtlmJe_YB6wpni9vmiwCaZU6WCxQwXKCbpeoZNobQYXm54mq5arO7BQ"
    type="text/javascript"></script>
  <style type="text/css">
    @import url("http://www.google.com/uds/css/gsearch.css";);
  </style>

  <!-- Map Search Control and Stylesheet -->
  <script type="text/javascript">
    window._uds_msw_donotrepair = true;
  </script>
  <script src="http://www.google.com/uds/solutions/mapsearch/
gsmapsearch.js?mode=new"
    type="text/javascript"></script>
  <style type="text/css">
    @import url("http://www.google.com/uds/solutions/mapsearch/
gsmapsearch.css");
  </style>

  <style type="text/css">
    .gsmsc-mapDiv {
      height : 275px;
    }

    .gsmsc-idleMapDiv {
      height : 275px;
    }

    #mapsearch {
      width : 365px;
      margin: 10px;
      padding: 4px;
    }
  </style>
  <script type="text/javascript">
    function LoadMapSearchControl() {

      var options = {
            zoomControl : GSmapSearchControl.ZOOM_CONTROL_ENABLE_ALL,
            title : "Googleplex",
            url : "http://www.google.com/corporate/index.html";,
            idleMapZoom : GSmapSearchControl.ACTIVE_MAP_ZOOM,
            activeMapZoom : GSmapSearchControl.ACTIVE_MAP_ZOOM
            }

      new GSmapSearchControl(
            document.getElementById("mapsearch"),
            "ישראל חיפה הרצל 25",
            options
            );

    }
    // arrange for this function to be called during body.onload
    // event processing
    GSearch.setOnLoadCallback(LoadMapSearchControl);
  </script>

</head>
<body>
<div id="map" style="width: 200px; height: 200px"></div>
<div id="searchcontrol"></div>
<div id="mapsearch">
 <span style="color:#676767;font-size:11px;margin:10px;padding:
4px;">Loading...</span>
</div>

</body>
</html>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to