[Google Maps API v3] Re: FusionTables/Google Maps Amateur Developer Request for Assistance

2011-11-22 Thread Adam Simmons
I forgot the attachment. Thanks again. -- 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/-/g92v1t5dOoEJ. To post to this group, send e

[Google Maps API v3] FusionTables/Google Maps Amateur Developer Request for Assistance

2011-11-22 Thread Adam Simmons
Over the years I would say I am more of an end-user expert and don't have much experience on the behind the scenes work. I know little to nothing about JavaScript though I have picked up a lot in the last few days as I am trying to broaden my horizons learning about how to create Google Maps/Ea

[Google Maps API v3] Re: Opacity for a KML Layer

2011-11-22 Thread Rossko
> Thanks.  Well here is my code.  It overlays a couple hundred fully > opaque tiles over a google map. Strictly speaking, it doesn't. Googles servers read your KML and render into the dozen or so tiles that fit the current API map. When you pan or zoom, the API fetches new tiles from Google. If

[Google Maps API v3] Re: To add a search bar

2011-11-22 Thread Masashi.K
Hi. How about this example? http://code.google.com/apis/maps/documentation/javascript/examples/places-autocomplete.html http://code.google.com/apis/maps/documentation/javascript/places.html#places_autocomplete On Nov 22, 4:18 pm, Bready wrote: > I wonder if i can add a search bar on my own goog

Re: [Google Maps API v3] Re: Seeking sample-code for MVC-state changes/handlers...

2011-11-22 Thread David Cook
No problem at all, Luke. The CONCEPT of your reply easily forgives a typo. (Besides, I got to learn that method-name mistakes can cause that error msg, so it was worth having!) Live and learn. :^) -- You received this message because you are subscribed to the Google Groups "Google Maps Java

Re: [Google Maps API v3] Re: Seeking sample-code for MVC-state changes/handlers...

2011-11-22 Thread Luke Mahé
Yeah sorry, typo. Email really needs to have a JS compiler in it :) -- Luke On Wed, Nov 23, 2011 at 11:53 AM, David Cook wrote: > Aha...didn't realize that the mis-spelling of calls could an issue. > (in the first reply, Luke had mentioned 'maps.google.events.' (plural) > rather > than 'maps.g

[Google Maps API v3] Re: Seeking sample-code for MVC-state changes/handlers...

2011-11-22 Thread David Cook
Aha...didn't realize that the mis-spelling of calls could an issue. (in the first reply, Luke had mentioned 'maps.google.events.' (plural) rather than 'maps.google.event.', so I blindly copied that. And, some others Listeners names were way off, too. I fixed all those, and it's now getting MUCH

[Google Maps API v3] To add a search bar

2011-11-22 Thread Bready
I wonder if i can add a search bar on my own google map application. -- 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, se

[Google Maps API v3] Re: Opacity for a KML Layer

2011-11-22 Thread Dave Herndon
Thanks. Well here is my code. It overlays a couple hundred fully opaque tiles over a google map. The "dim the lights" button changes the opacity of all the tiles but when you zoom in or scroll across the page the tiles revert back to there original opaque status. Can anyone help me to get this

Re: [Google Maps API v3] Usage of the non-premier API to build a map-based business directory

2011-11-22 Thread Andrew C Leach
On 22 November 2011 22:54, sento wrote: > No Business, Residential, or Telephone Listings Services. You must not > display business listings Content in any Maps API Implementation that has > the primary purpose of making available business, residential address, or > telephone directory listings.

[Google Maps API v3] Usage of the non-premier API to build a map-based business directory

2011-11-22 Thread sento
We have been looking into the possibility of building a business directory which presents all search results on a Google Map. While our developer has very quickly come up with a working demo of this using the Google API, my concern is that using Google Maps for a business directory, without payi

[Google Maps API v3] Re: Initializing map

2011-11-22 Thread Rossko
> www.usedausa.com/map.html You seem to have forgotten to load the Maps API http://code.google.com/apis/maps/documentation/javascript/tutorial.html#Loading_the_Maps_API You'll probably want to move your javascript to be inside the section too -- You received this message because you are subscr

[Google Maps API v3] Re: Polygon edit event

2011-11-22 Thread Rossko
> When a rectangle is edited 'bounds_changed' is sent, when a circle is > edited 'center_changed' or 'radius_changed' is sent, what gets sent when a > node of a polygon gets moved? Here are the docs http://code.google.com/apis/maps/documentation/javascript/overlays.html#user_editable_shapes_events

[Google Maps API v3] Re: HTML, KML, and the Noob

2011-11-22 Thread Rossko
> ok, well i've got the three placemarks into the code. its only reading it > as the last one i put in. Not sure what that means. A link to a live demo would get you better help. See "READ THIS FIRST" http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e Guessing, you might need

[Google Maps API v3] Re: Seeking sample-code for MVC-state changes/handlers...

2011-11-22 Thread Rossko
> Close, but no cigar. (sigh).  I added that into the code, but I now > get 'undefined' on the map, when I declare such a handler. This syntax looks suspect google.maps.MapsEventListener.addListener(map,... To quote the docs http://code.google.com/apis/maps/documentation/javascript/reference.htm

[Google Maps API v3] Re: How to extract all street name that covered by custom polygon?

2011-11-22 Thread Rossko
> I'm new in Google Maps API. I had created a polygon on my google map. > Is there any possible to extract all street name that covered inside > the polygon. Similar previous threads http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/afe558a6f5951ba3 "Not with the Google Map

[Google Maps API v3] Re: complex InfoWindow content (CSS + JavaScript)

2011-11-22 Thread Rossko
> I saw somewhere on the web that the GeoXml Class preserves "class" > attributes but I can't find how to make it work (some "GPolyline is > not defined" errors with geoxml14Jun2011.js as if was only compatible > with the API v2 but not v3) This is true. There is a v3 version http://www.dyasdesign

Re: [Google Maps API v3] Seeking sample-code for MVC-state changes/handlers...

2011-11-22 Thread David Cook
Close, but no cigar. (sigh). I added that into the code, but I now get 'undefined' on the map, when I declare such a handler. The new (V3) failing code is located at: http://whitewatergmap.gohazel.com/ Hint: The start/mainline is at the bottom of the file. This is a new site...where I'm now try

[Google Maps API v3] Load Multiple XML files with downloadUrl and downloadxml.js

2011-11-22 Thread mkhines
Hi everyone, I found the example here (http://www.geocodezip.com/ v3_MW_example_map3.html) to follow to load a single XML file into Google Maps and populate the sidebar with relevant entries. This works just fine with my own XML where I've edited it and tested locally. What kind of modifications

[Google Maps API v3] Places details in Infowindow

2011-11-22 Thread Jonathan Stickney
Are there any samples or walk-throughs of getting Place details and inputting that information into an Infowindow much like you see on maps.google.com? Thanks -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discu

[Google Maps API v3] How to begin dragging a marker immediately when it is added?

2011-11-22 Thread Dan
I originally asked this question over at stackoverflow, but no one could seem to answer it. What I am trying to do is mimic the behavior for a google "My Places" feature. When editing a map

[Google Maps API v3] complex InfoWindow content (CSS + JavaScript)

2011-11-22 Thread le jey
hello World, I'm starting with the Gmap JS API v3 and I had to admit that it's quite powefull. However I'm hurting a problem for few days and I can't find any solution.. I have to translate an existing application from GoogleEarth to Google map with an common KML file. At the beginning all is wor

[Google Maps API v3] Allowed HTTP referers for API key when using Maps API v3 inside Chrome Extension

2011-11-22 Thread Michael Diener
Hi, I'm using the Maps API v3 inside a Chrome extension, Firefox add-on and a Windows Sidebar Gadget. I'm pretty sure that the following does not send an HTTP referer as the web page is loaded locally:

[Google Maps API v3] Initializing map

2011-11-22 Thread Jaume Hernandez
Hi there, I just can't get the map showing on this page: www.usedausa.com/map.html I call initialize() with and I have a DIV TAG called The funtion and the chackbox thing is decalred on a script before the body. What I'm doing wrong??? I'm almost going crazy with this. Thank you Jaume -- Yo

[Google Maps API v3] Re: Monitor Google Maps V3

2011-11-22 Thread Marcelo
On Nov 22, 12:23 pm, AlbertoHN wrote: > Hi Everyone. > > Is there somewhere a tutorial on how to use the monitoring tools for > Google Maps API V3. I don't want to overuses the free terms of the > service in my project. There is the API console: https://code.google.com/apis/console/ -- Marcelo -

[Google Maps API v3] How to extract all street name that covered by custom polygon?

2011-11-22 Thread Khoo
Hi Expert, I'm new in Google Maps API. I had created a polygon on my google map. Is there any possible to extract all street name that covered inside the polygon. Below is my code var myCoordinates = [ new google.maps.LatLng(59.914171,10.741264), new google.maps.LatLng(59.911610,10.737488), new g

[Google Maps API v3] Monitor Google Maps V3

2011-11-22 Thread AlbertoHN
Hi Everyone. Is there somewhere a tutorial on how to use the monitoring tools for Google Maps API V3. I don't want to overuses the free terms of the service in my project. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript AP

[Google Maps API v3] Re: Inconsistent browser behavior when opening URLs directly from marker

2011-11-22 Thread Roger Ertesvag
It was not my intention to blame anyone or anything. While I mentioned the possibility of it being a bug in the original question I also said that there may be a better way to code it than my suggestion. I still think the option of accessing links directly from a google map without an infowindo

[Google Maps API v3] Re: How to retrieve the marker icon CSS style or class

2011-11-22 Thread Joseph Elfelt
Markers do not have css. You can use an image editing program to make markers look any way you want. -- 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. T

[Google Maps API v3] Re: Opacity for a KML Layer

2011-11-22 Thread Marcelo
On Nov 22, 9:48 am, Dave Herndon wrote: > Cool, > As far as the MCustomTileLayer object.   I don't see any reference to KML > in the source code.  I suspect the code is not out where you can see it in > the source code correct? Read again what I wrote in my previous post. MCustomTileLayer has not

Re: [Google Maps API v3] Re: HTML, KML, and the Noob

2011-11-22 Thread Tom Peters
disregard that last one. ok, well i've got the three placemarks into the code. its only reading it as the last one i put in. Borough of West Chester Police Blotter November 23rd, 2011 html { height: 100% } body { height: 100%; margin: 0; padding: 0 } #ma

[Google Maps API v3] Re: Google API Console Key with geo coder

2011-11-22 Thread giscoda
Thanx for your reply. Just thought that the geocoder would be part of the Google Maps API. And I want to monitor my maps api usage. (Geocoding is restricted to 2,500 queries per day) OK, never mind. Thanx -s. On 22 Nov., 17:58, Barry Hunter wrote: > Its not documented as being required or ev

Re: [Google Maps API v3] Google API Console Key with geo coder

2011-11-22 Thread Barry Hunter
Its not documented as being required or even supported. The API doesnt take part in any of the quotas tracked in the Console. Why do you want to include a console key anyway? On Tue, Nov 22, 2011 at 12:20 PM, giscoda wrote: > Hello, > > I am trying to submit a request to the geo coder api usi

Re: [Google Maps API v3] Re: Opacity for a KML Layer

2011-11-22 Thread Dave Herndon
Cool, As far as the MCustomTileLayer object. I don't see any reference to KML in the source code. I suspect the code is not out where you can see it in the source code correct? Is this a pay to play object? Dave On Mon, Nov 21, 2011 at 10:00 AM, Marcelo wrote: > You cannot modify a KML layer

[Google Maps API v3] Polygon edit event

2011-11-22 Thread AF
When a rectangle is edited 'bounds_changed' is sent, when a circle is edited 'center_changed' or 'radius_changed' is sent, what gets sent when a node of a polygon gets moved? Just looking for 'mouseup' does not really help as this comes through during creation, I specifically want a polygon edi

Re: [Google Maps API v3] Seeking sample-code for MVC-state changes/handlers...

2011-11-22 Thread Dave Herndon
Hi, I tred to use that code to refresh the opacity feature of the .png files overlaying the map. The problem is the function is currently activated by a button click. I need it to be activated every time the user zooms in or pans across the map. Can you advise? Here is the working code. and als

Re: [Google Maps API v3] Re: HTML, KML, and the Noob

2011-11-22 Thread Tom Peters
All that comes up when I click that link is the map -- 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/-/mmjQhL8NPZEJ. To post to this

[Google Maps API v3] Re: Inconsistent browser behavior when opening URLs directly from marker

2011-11-22 Thread Marcelo
On Nov 22, 12:39 am, Pil wrote: > Very non-professional, annyoing, confusing behaviour because nobody > would expect that a marker will be misused to open a new browser > window or tab. I often have to write code that I don't like because my client requested it, but the client often has a good re

[Google Maps API v3] Re: Inconsistent browser behavior when opening URLs directly from marker

2011-11-22 Thread Marcelo
On Nov 22, 12:00 am, Roger Ertesvag wrote: > Marcelo, > while windows.open may not be cross browser, the issues here does not occur > when used outside of Google maps. I have added a regular link using > window.open to the example page, this opens in the foreground regardless of > which browser is

[Google Maps API v3] Re: Semi-fixed overlay

2011-11-22 Thread Juan Rodriguez
Anyone? -- 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.c

Re: [Google Maps API v3] Seeking sample-code for MVC-state changes/handlers...

2011-11-22 Thread David Cook
@Luke: Sounds beautiful...music to my ears! I can tell, just from your description, is that that is EXACTLY what I am looking for. [I haven't tried coding that yet, but I will now...this morning!] Many thanks... -- You received this message because you are subscribed to the Google Groups "Go

[Google Maps API v3] Re: How to retrieve the marker icon CSS style or class

2011-11-22 Thread pec76
There is no way to retrieve the marker icon CSS class ? On 7 nov, 14:23, pec76 wrote: > I need to set some style to my marker icons via CSS how can I retrieve > the style ? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To po

Re: [Google Maps API v3] Re: problema Geocoder

2011-11-22 Thread celso malheiro
Thanks, Rossko! 2011/11/21 Rossko > >results[0].geometry.location.LatLng.lat() =* undefined* > > results[0].geometry.location is a LatLng object already. > It doesn't have a LatLng method or property. > Try results[0].geometry.location.lat() > > Also note your 'map' variable is locally def

[Google Maps API v3] Google API Console Key with geo coder

2011-11-22 Thread giscoda
Hello, I am trying to submit a request to the geo coder api using a new API console key: http://maps.google.com/maps/api/geocode/json?address=sternbergweg%2CHamburg®ion=de&language=de_DE&sensor=false&key=xx But the result is: { "results": [], "status": "REQUEST_DENIED" }

[Google Maps API v3] Re: GetDistanceMatrix with Reference to External Variable

2011-11-22 Thread Rossko
> The problem is that when in approach_links it alerts, the variable > `destinations' always bound to > the last state of the variable `destinations' outer > of measureDistance.getDistanceMatrix call in find_links. Yes, your tight loop fires off several requests to Google, then the loop finishes w

[Google Maps API v3] Re: Dragging map with custom event

2011-11-22 Thread 4dllmg
Solved it. I had to use jQuery to listen to the mousedown and mouseup events but the effect was achieved correctly. On 22 nov, 09:48, 4dllmg wrote: > I am writing several custom functions for selecting markers and > polylines in a map instance (for editing info, moving around, > deleting, etc.).

[Google Maps API v3] Re: Dragging map with custom event

2011-11-22 Thread 4dllmg
I am writing several custom functions for selecting markers and polylines in a map instance (for editing info, moving around, deleting, etc.). For these I want to use the left click and for map dragging the mouse middle button. On 21 nov, 11:11, Pil wrote: > What do you mean by "select elements i

[Google Maps API v3] Re: Inconsistent browser behavior when opening URLs directly from marker

2011-11-22 Thread Pil
Well, the difference is that, when a user clicks on a link, he/she intends to open a new page. (And the address of that new page should be visible in the 'status bar'. That's the intention of the 'status bar'). But when the user clicks on a marker he/she would never expect this behaviour. The user

[Google Maps API v3] Re: Inconsistent browser behavior when opening URLs directly from marker

2011-11-22 Thread Roger Ertesvag
Pil, what makes you say this is misusing a marker? If all you want to do with a marker is to open a link I see no reasen not to be able to do this directly, instead of opening an info window first and making the user click twice for every link. Roger -- You received this message because you