[Google Maps API v3] Re: Any way to make POI visible but non-clickable?

2011-09-05 Thread DC




 there is no clickable option

Also did not find one. Though I would have had the POIs left on my map
if they were'nt clickable, I finally removed them completely. Clicking
on a POI by accident completely destroys my layouts which are
optimized to also work on mobile devices.

If google one day offers POIs without a popup I might be bringing them
back on my map again since they are an additional item to help find
ones orientation on a map.

Cheers, DC

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] How do I generate Layered Maps

2011-09-05 Thread Hadmut
Hi,

how would I stack several layers of (partly transparent, i.e. png) maps ?

I'd like to add an ImageMapType where a base layer consists of jpeg tiles, 
where additional map objects can be put on by choice (like Google Satellite 
view with the optional labels).

Additional questions: 


   - How can I put additional layers on regular google maps like roadmap or 
   satellite?
   - How can I put the google labels as a additional layer onto other maps?


thanks and regards
Hadmut

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/pwyCwbUDp1QJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: kml-layer name on setting marker

2011-09-05 Thread geocode...@gmail.com
On Sep 5, 1:42 am, bvdbos bvd...@gmail.com wrote:
 Thanks, I got my goal working with 
 geoxml:http://www.archimil.nl/kml/testmap3.html
 (search for koningsplein 18 asten or houtstraat 5 asten)

 with the searchbox a marker is added, the marker has a dragend-
 listener which updates the info

 Some things I can't seem to get to work:
 * listener dragstart should remove the infowindow but it doesn't? I
 declared it globally?
    google.maps.event.addListener(marker, dragstart, function() {
                 infowindow.close;
                 });

 * the hole in the kml isn't showing. With overlapping polygon's it
 does show the right zone in the infowindow, just not on the map?

 there's not something wrong with my kml as with the same data is does
 show without geoxml?
http://www.archimil.nl/kml/testmap2.html
http://www.archimil.nl/kml/kaartasten2.kml

With polygons in v3 the inner polygon has to wind the opposite way as
the inner polygon:
your original kml:
http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmltest_linktoB.html?filename=http://www.geocodezip.com/geoxml3_test/kaartasten2_kml.xml

innerBoundaryIs coordinates in reverse order:
http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmltest_linktoB.html?filename=http://www.geocodezip.com/geoxml3_test/kaartasten2rev_kml.xml

  -- Larry


 gr

 Bas

 btw, still working on the 
 fusiontables:http://www.archimil.nl/kml/testmap4.htmlhttp://www.google.com/fusiontables/DataSource?dsrcid=1406661

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: kml-layer name on setting marker

2011-09-05 Thread geocode...@gmail.com
On Sep 5, 10:47 am, geocode...@gmail.com geocode...@gmail.com
wrote:
 On Sep 5, 1:42 am, bvdbos bvd...@gmail.com wrote:


  Thanks, I got my goal working with 
  geoxml:http://www.archimil.nl/kml/testmap3.html
  (search for koningsplein 18 asten or houtstraat 5 asten)

  with the searchbox a marker is added, the marker has a dragend-
  listener which updates the info

  Some things I can't seem to get to work:
  * listener dragstart should remove the infowindow but it doesn't? I
  declared it globally?
     google.maps.event.addListener(marker, dragstart, function() {
                  infowindow.close;
                  });

  * the hole in the kml isn't showing. With overlapping polygon's it
  does show the right zone in the infowindow, just not on the map?

  there's not something wrong with my kml as with the same data is does
  show without geoxml?

 http://www.archimil.nl/kml/testmap2.htmlhttp://www.archimil.nl/kml/kaartasten2.kml

 With polygons in v3 the inner polygon has to wind the opposite way as
 the inner polygon:

should have been:
With polygons in v3 the inner polygon has to wind the opposite way as
the outer polygon:

 your original kml:

http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmltest_linktoB.htm...


 innerBoundaryIs coordinates in reverse order:

http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmltest_linktoB.htm...

   -- Larry









  gr

  Bas

  btw, still working on the 
  fusiontables:http://www.archimil.nl/kml/testmap4.htmlhttp://www.google.com/fusiont...

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Need to make a static div that can be covered by an infowindow

2011-09-05 Thread Joseph Elfelt
If this is even possible I would appreciate being pointed in the right
direction.

My goal is to have a some text for a map title that (1) always appears
at the same location near the top of the map canvas and (2) will be
covered by any infowindow that wants to use any of this space.

Presently I am using a standalone div for the map title.  However, it
is always on top of any infowindow that displays in that same space.
Here’s an example.  Drag the map so a marker is below the title and
then click the marker.
http://www.mappingsupport.com/p/gmap4.php?q=https://sites.google.com/site/gmap4files/p/csv/michigan_gas.txtt=h

1.  Playing with the z-index for my standalone div has no effect.

2.  Assigning a class to the infowindow and playing with th z-index
for the class has no effect.

3.  I don’t think that building a title div with javascript and
appending it to a Google ‘pane’ will work since panes are intended to
move with the map.

Is this doable?  Am I missing something obvious?

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Google EARTH API parser KML

2011-09-05 Thread abner galvez
Hola, soy un programador que hace mas o menos 3 meses que estoy
trabajando con el api de Google Earth y Maps..., y necesitaba reflejar
una ruta entre 2 puntos sobre el API de EARTH.
Lo logre utilizando la siguiente direccion:

http://maps.google.es/maps?saddr=direccion_origendaddr=
direccion_destino output=kmlkey= key

lo cual me genera un KML con la ruta que necesito...pero el problema
es que me genera demaciados textos, y me llena en mapa con informacion
que no se ve bien...entonces necesito leer este KML y solo mostrar el
LineString.
intente hacerlo con lectores de XML pero me entregaba errores (por el
link) en las funciones de este ejemplo:

 archivoXML= 'http://maps.google.es/maps?saddr=Chillan,Chile
daddr=Santiago,
Chileoutput=kmlkey=ABQILeuw5hDaXIYIxJhH4ZvhkxTRkoWD53rZMUuMmamAY7aTu-
VHchSMjnxlEJEwZB7j_XwBkjUth8jR5w

 xmlDoc = new window.XMLHttpRequest();
 xmlDoc.open(GET, archivoXML, false);  //aca me entrega el
error...por el link
 xmlDoc.send();


por favor necesito su ayuda...ya he buscado y no he encontrado nada
que me sirva, en esto en particular.

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Gmap3 plugin

2011-09-05 Thread coolmec
Hello all,

i am new in google maps api, i started to use gmap3 jquery plugin but i have 
some issues with that.

- this plugin do not accept the shadow image for a custom marker ! 
- i can not limit, the autocomplete on address field, to a specific region !
- how to use google maps api natively with this plugin ?
and some other minor problems...


if ther someone how have experience with this plugin, please help

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/u4uyDWurkzsJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: kml-layer name on setting marker

2011-09-05 Thread bvdbos

Thanks again! Of course you were right...

Also infowindow.close didn't work but infowindow.setMap(null) did work
as expected...

The base-structure is build, now drawing polygons :-)

gr

Bas

On 5 sep, 16:54, geocode...@gmail.com geocode...@gmail.com wrote:
 On Sep 5, 10:47 am, geocode...@gmail.com geocode...@gmail.com
 wrote:









  On Sep 5, 1:42 am, bvdbos bvd...@gmail.com wrote:

   Thanks, I got my goal working with 
   geoxml:http://www.archimil.nl/kml/testmap3.html
   (search for koningsplein 18 asten or houtstraat 5 asten)

   with the searchbox a marker is added, the marker has a dragend-
   listener which updates the info

   Some things I can't seem to get to work:
   * listener dragstart should remove the infowindow but it doesn't? I
   declared it globally?
      google.maps.event.addListener(marker, dragstart, function() {
                   infowindow.close;
                   });

   * the hole in the kml isn't showing. With overlapping polygon's it
   does show the right zone in the infowindow, just not on the map?

   there's not something wrong with my kml as with the same data is does
   show without geoxml?

 http://www.archimil.nl/kml/testmap2.htmlhttp://www.archimil.nl/kml/ka...

  With polygons in v3 the inner polygon has to wind the opposite way as
  the inner polygon:

 should have been:
 With polygons in v3 the inner polygon has to wind the opposite way as
 the outer polygon:

  your original kml:

 http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmltest_linktoB.htm...



  innerBoundaryIs coordinates in reverse order:

 http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmltest_linktoB.htm...









    -- Larry

   gr

   Bas

   btw, still working on the 
   fusiontables:http://www.archimil.nl/kml/testmap4.htmlhttp://www.google.com/fusiont...

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Gmap3 plugin

2011-09-05 Thread en4ce
the plugin you are talking about got it´s own forum on their page,
maybe its better to ask there directly

On 5 Sep., 19:08, coolmec ezziani.cha...@gmail.com wrote:
 Hello all,

 i am new in google maps api, i started to use gmap3 jquery plugin but i have
 some issues with that.

 - this plugin do not accept the shadow image for a custom marker !
 - i can not limit, the autocomplete on address field, to a specific region !
 - how to use google maps api natively with this plugin ?
 and some other minor problems...

 if ther someone how have experience with this plugin, please help

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] From flash API to JS API

2011-09-05 Thread sylvain
Hello,

I developed a Flex application that uses Google Maps Flash API.

Since Google has decided to stop Flash API (deprecated), I'm wondering what 
is the best way to use JS API instead in my Flex application.

I saw some solutions on the web to display HTML/JS inside Flex application 
(flexiframe and so on)... any idea ?

Thanks for solutions.
Best Regards

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/n7g7LGSjoGoJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Google EARTH API parser KML

2011-09-05 Thread en4ce
post a link please and write in english, read this:
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/2b3f101fd509919e#

On 5 Sep., 17:35, abner galvez abner.gal...@upgrade3d.cl wrote:
 Hallo, ich bin ein Programmierer macht etwa 3 Monaten bin ichmit der API von 
 Google Earth und Maps arbeiten ... und musste spiegelneine Route zwischen 2 
 Punkten auf der Erde API.Es tut dies unter folgender Adresse:

 http://maps.google.es/maps?saddr =   direccion_origen  daddr 
 =direccion_destino  output = kml  key = key

 die erzeugt eine KML mir die Route, die ich brauche ... aber das Problemist, 
 dass ich viel zu Text zu erzeugen, und erfüllt mich mit Informationen über 
 die Karte, die nicht gut aussehen ... dann muss ich diese KML und zeigen nur 
 lesenLineString .Versuchen Sie es mit XML-Leser, aber ich gab Fehler 
 (derlink) in die Funktionen von diesem Beispiel:

  archivoXML =

  xmlDoc = new window.XMLHttpRequest (); xmlDoc.open (GET, archivoXML, 
 false); / / aca mich entrega elerror ... por el Link xmlDoc.send ();

 Bitte ich brauche deine Hilfe ... Ich habe gesucht und nicht gefunden haben, 
 etwas, dass ich vielleicht in diesem besonderen.

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Gmap3 plugin

2011-09-05 Thread coolmec
hello,

thanks for the replay, but were the gmap3 forum ??

thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/AupNKEl6_s8J.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Encoding polylines?

2011-09-05 Thread Hadmut
Hi,

is there a description about the encoding polylines such that they can be 
decoded with 
google.maps.geometry.encoding.decodePath ?


regards


-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/Ioo4XVx38D8J.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Encoding polylines?

2011-09-05 Thread geocode...@gmail.com
On Sep 5, 4:16 pm, Hadmut had...@googlemail.com wrote:
 Hi,

 is there a description about the encoding polylines such that they can be
 decoded with
 google.maps.geometry.encoding.decodePath ?

Have you seen this:
http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/

  -- Larry


 regards

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Geocoding + Google Docs ???

2011-09-05 Thread wikastudio
I'm trying to put together a simple collaborative map that will take 
addresses submitted intermitently in a google form and map them on a google 
map.

I am using google docs for the form / spreadsheet, but I need to convert 
(geocode) the addresses to LAT/LONG for the google map to read.  The 
geocoding will need to happen live, and the page will probably get about 20 
requests per day.  

Does anyone have an easy google spreadsheets script that I can use for this? 
Or any guidance?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/r1brE-tZFRQJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Animating a marker on a section of a polyline

2011-09-05 Thread Rob
On Sep 5, 2:28 am, Rossko ros...@culzean.clara.co.uk wrote:
  What I thought I could do is find the distance along the route of the
  first marker/latlng, then do the same with the second and animate
  between the two distances, but I can't find a way of getting the
  distance along the polyline of a given latlng.

 You might use the GetPointAtDistance() method of v3_epoly

I was hoping to find a more efficient approach but what you suggested
did the trick. I traverse the polyline once from start to finish, at
each stage checking whether the current lat/lng is also a marker's
location - if it is then I store the distance as part of the marker
object. Then the animation is just a case of several more
GetPointAtDistance() calls, with the value of distance bounded by the
two markers.

Thank you for your help.

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Geocoding + Google Docs ???

2011-09-05 Thread wikastudio
I should add that I'm trying to do this using the Spreadsheets Map Wizard 
(http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsmapwizard/makecustommap.htm),
 
but need it to read addresses rather than coordinates.  Is this possible ?

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/DWIQCkwX6-YJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Re: Geocoding + Google Docs ???

2011-09-05 Thread Luke Mahé
If you are getting a low amount of traffic then what you can do is geocode
each address when you read it from the spreadsheet and then add the location
to the map.

More about geocoding can be found on the docs -
http://code.google.com/apis/maps/documentation/javascript/services.html#Geocoding

Hope this helps.

-- Luke


On Tue, Sep 6, 2011 at 8:38 AM, wikastudio gabrielwi...@gmail.com wrote:

 I should add that I'm trying to do this using the Spreadsheets Map Wizard (
 http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsmapwizard/makecustommap.htm),
 but need it to read addresses rather than coordinates.  Is this possible ?

 --
 You received this message because you are subscribed to the Google Groups
 Google Maps JavaScript API v3 group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-maps-js-api-v3/-/DWIQCkwX6-YJ.

 To post to this group, send email to
 google-maps-js-api-v3@googlegroups.com.
 To unsubscribe from this group, send email to
 google-maps-js-api-v3+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-maps-js-api-v3?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] From flash API to JS API

2011-09-05 Thread Luke Mahé
I think for flex apps then a iframe is the best approach, I found a blog
that explains how they used it if you want to check it out  (if you haven't
already) -
http://gnstudio.wordpress.com/2011/03/28/google-maps-javascript-api-and-flex-iframe/

For Air apps then you might be able to use the HTMLLoader -
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/html/HTMLLoader.html

Please let us know how you go so others can also learn :)

-- Luke


On Tue, Sep 6, 2011 at 12:52 AM, sylvain sysot...@gmail.com wrote:

 Hello,

 I developed a Flex application that uses Google Maps Flash API.

 Since Google has decided to stop Flash API (deprecated), I'm wondering what
 is the best way to use JS API instead in my Flex application.

 I saw some solutions on the web to display HTML/JS inside Flex application
 (flexiframe and so on)... any idea ?

 Thanks for solutions.
 Best Regards

 --
 You received this message because you are subscribed to the Google Groups
 Google Maps JavaScript API v3 group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-maps-js-api-v3/-/n7g7LGSjoGoJ.
 To post to this group, send email to
 google-maps-js-api-v3@googlegroups.com.
 To unsubscribe from this group, send email to
 google-maps-js-api-v3+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-maps-js-api-v3?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] How do I prevent Places bubble on click?

2011-09-05 Thread Null Pointer
I noticed recently that if I click on the map, a bubble shows up with
a place.
I want to disable that.

I guess I can add a click event, but I rather not do it and disable
that functionality completely, hopefully not even load the JS code.
This is a phone app and it needs every bit of performance we can
squeeze.

I can't find any way to control it in the API.

Any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] V3 Driving Directions and Marker html on the store locator

2011-09-05 Thread n6ach
I have been searching the forum for the past week after converting a website 
to v3 with no joy.

I would like to be able to have someone get driving directions when they 
click on the marker. Also to be able to select the website link 
if available. The website is at http://findingstorage.com/ and I 
use phpsqlsearch_genxml.php 


The text from phpsqlsearch:
// Iterate through the rows, adding XML nodes for each
  while ($row = @mysql_fetch_assoc($result)){
  $node = $dom-createElement(marker);
  $newnode = $parnode-appendChild($node);
  $newnode-setAttribute(name, $row['name']);
  $newnode-setAttribute(address, $row['address']);
  $newnode-setAttribute(city, $row['city']);
  $newnode-setAttribute(state, $row['state']);
  $newnode-setAttribute(phone, $row['phone']);
  $newnode-setAttribute(website, $row['website']);
  $newnode-setAttribute(lat, $row['lat']);
  $newnode-setAttribute(lng, $row['lng']);
  $newnode-setAttribute(distance, $row['distance']);

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/7l22EQhCziIJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] V3 Driving Directions and Marker html on the store locator

2011-09-05 Thread Ralph

On 06/09/2011 03:51, n6ach wrote:


I would like to be able to have someone get driving directions when 
they click on the marker. Also to be able to select the website link 
if available. The website is at http://findingstorage.com/ and I 
use phpsqlsearch_genxml.php


Try this link it might help:

http://www.easypagez.com/maps/directions.html




--
You received this message because you are subscribed to the Google 
Groups Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/7l22EQhCziIJ.
To post to this group, send email to 
google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.


--
You received this message because you are subscribed to the Google Groups Google 
Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Re: 2011/8/17 - New Release (3.6)

2011-09-05 Thread Ben Appleton
In version 3.4 on March 2nd we released Canvas markers:
http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Changelog
Canvas supports about 10 times more markers than the non-optimized markers,
addressing a long-standing complaint that our old markers were very slow.

Unfortunately we can't keep old API versions around forever because the
private HTTP interfaces used by Google Maps API change over time. Instead we
support 3 versions in parallel, so that sites can test and upgrade on their
own timetable.

- Ben

On Sat, Sep 3, 2011 at 12:35 AM, Robert Aspinall raspin...@gmail.comwrote:

 Thanks, and we'll do that, but why did this occur between 3.3 and 3.4?

 The frustration we feel is that we have many applications out there using
 this API, under an enterprise license.  It would be nice if we could keep
 receiving a specific version when requesting it, instead of being inevitably
 upgraded as versions expire.

 --
 You received this message because you are subscribed to the Google Groups
 Google Maps JavaScript API v3 group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-maps-js-api-v3/-/bdd_XZw1BVEJ.

 To post to this group, send email to
 google-maps-js-api-v3@googlegroups.com.
 To unsubscribe from this group, send email to
 google-maps-js-api-v3+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-maps-js-api-v3?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] KML InfoWindow

2011-09-05 Thread bsides
Hi,

I am doing a very simple map in my clien't wordpress. What he needs is this:

- He wants to make a custom map in Google Maps itself (going inside My 
Places and making a new map).
- He will pin a lot of places and add title and description.
- I will get this map and show at his wordpress blog.
- A div outside the map will display the data that appears inside infowindow 
(instead inside of the map, the infowindow itself isn't supposed to show 
suppressInfoWindows: true).

I already did all this getting the clien't KML and using a simple example 
from Google API 
exampleshttp://code.google.com/intl/pt-BR/apis/maps/documentation/javascript/examples/layer-kml-features.html
.

The thing is, when my client is at Google Maps and he clicks on a marker, it 
shows the title he made, the description he made and *some other info*. How 
do I get this some other info that google shows in my example? I want that 
to appear at the side div as well. Is it possible?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/djGul-768IUJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.