Re: [Google Maps API v3] Sales Contact for Google Maps API for Business?

2013-01-18 Thread Nick Atkins
Hi John, I can help we are a reseller in the UK and familiar with the terms of service for the Goggle maps API. See us at www.geo.me drop me a note and I can through your questions. Kind regards Nick Atkins On 17 January 2013 20:45, John Lortscher wrote: > I have pre-sales questi

[Google Maps API v3] Implement Marker Manager loading w/ Marker Clusterer

2011-11-28 Thread Nick
Hello, I have a few questions regarding Marker Manager and Clusterer. I've got a website that handles a very large number of markers within a viewport. We've been using Clusterer to handle the markers, as the smart clustering works very well for us. However, we are having a hard time with loading

[Google Maps API v3] Re: Bounding box behavior

2011-11-27 Thread Nick
Thank you for your reply! Did you paste the code before zooming? When I paste it to the console and zoom out afterwards I can see it. Just tried it using Safari, I have not tested it in another browser. Well, what I am trying to achieve is the following: I want to know whether a marker is vis

[Google Maps API v3] Bounding box behavior

2011-11-26 Thread Nick
Hi everyone, I already asked this question on stackoverflow, but this is probably the better place to ask: I am using Googles Map API v3. Can somebody explain the behavior of the map's bounding boxes to me? Depending on the zoom level these bounds behave weird - when I zoom in it works as e

[Google Maps API v3] Draggable marker does not drag on Chrome Dev Mac

2011-08-21 Thread Nick Krumholz
Using the javascript maps api v3, markers do not drag. I'm on version 15.0.854.0 dev of Chrome on a Mac running Lion 10.7.1. Draggable markers do work on maps.google.com however. Dragging does also work in Safari 5 and Firefox 6 on the same machine. -- You received this message because you

[Google Maps API v3] Re: Extracting data from KML layer on MouseMove event

2011-05-21 Thread Nick
No I never did get it to work. I used a work-around which wasn't very pretty, but did the job. I have voted for the idea, so we wait and see! On May 20, 9:38 pm, Mike Dolbow wrote: > This can't currently be done, but it's on the issue list because others have > asked for it. If you agree with the

[Google Maps API v3] Re: Get table info from a mouse event

2011-03-10 Thread Nick
I think I've figured it now using Gviz to get the data. Thanks again for your input. On Mar 10, 6:38 pm, "geocode...@gmail.com" wrote: > On Mar 10, 10:04 am, Nick wrote: > > > Indeed it is. > > > But, for arguments sake, let's say I wanted to draw an i

[Google Maps API v3] Re: Get table info from a mouse event

2011-03-10 Thread Nick
his is the location in the Fusion table of the info you will populate yourself with'. On Mar 10, 5:54 pm, "geocode...@gmail.com" wrote: > On Mar 10, 9:25 am, Nick wrote: > > > Thank you, I overlooked that entry in the ref. > > > I suppose what I mean is turning the

[Google Maps API v3] Re: Get table info from a mouse event

2011-03-10 Thread Nick
..@gmail.com" wrote: > On Mar 10, 8:46 am, Nick wrote: > > > Hello, > > > currently I'm mucking around with marker clicks to particular pieces > > of info from a Fusion Tables Layer... > > > var somename = e.row['column_name'].value; >

[Google Maps API v3] Get table info from a mouse event

2011-03-10 Thread Nick
Hello, currently I'm mucking around with marker clicks to particular pieces of info from a Fusion Tables Layer... var somename = e.row['column_name'].value; and var somename = e.infowindowHtml; Just hoping someone can tell me if I can get the rowID using a similar method? I've looked in the re

[Google Maps API v3] Re: Invalid value for property zoom

2011-03-10 Thread Nick
Many thanks to both of you. On Mar 10, 11:56 am, Rossko wrote: > > I think, although I don't know, that it's expecting a number > > You can find out in the reference > docshttp://code.google.com/apis/maps/documentation/javascript/reference.h... > > >  — but finding a string. > > Standard javascr

[Google Maps API v3] Invalid value for property zoom

2011-03-10 Thread Nick
index%20copy.html?z=5&lat=54.942589833&lng=-3&t=satellite&s1=0&s2=-1&i1=undefined&i2=undefined I think, although I don't know, that it's expecting a number — but finding a string. The functions decoding the URL can be found at lines 493 and 506. All the best, Nick

[Google Maps API v3] Adsense integration with maps

2011-03-09 Thread Nick Rosencrantz
Hi I just got adsense integrated up and running primetevely welcoming you to have a look http://koolbusiness.com Any advice, comment or recommendation how to proceed is most welcome. Sincerely /Nick Rosencrantz -- You received this message because you are subscribed to the Google Groups "G

[Google Maps API v3] Printing Multiple maps on a page

2011-03-08 Thread Nick
Trying to get 3 google maps to print out correctly over three pages. Here is the web site. Everything displays correctly...even when you go to print preview it looks correct. But when you print it out the kml overlays show up on both maps (on the first page)...looks like the second map runs into t

[Google Maps API v3] Hyperlink to Fusion Table Layer marker

2011-03-08 Thread Nick
Hi all, I've noticed something similar done in API v3 ( http://www.geocodezip.com/v3_MW_example_linktomarker.html?id=Marker%20Three ) but could it be possible with FT layer? Best, Nick -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScr

[Google Maps API v3] Re: Gviz query

2011-03-07 Thread Nick
my original example using the google Viz API, is there a way to skip the geocode step altogether assuming I already have the LatLng coordinates in my Fusion Table? All the best, Nick On Mar 7, 3 :02 pm, Esa wrote: > I would recommend using Fusion Tables > Layershttp://code.google.com/api

[Google Maps API v3] Re: Gviz query

2011-03-06 Thread Nick
Figured it based on this: http://code.google.com/apis/maps/documentation/javascript/overlays.html#RemovingOverlays Silly me! On Mar 6, 9:03 pm, Nick wrote: > Anyone had any luck with Gviz queries in the maps API version 3? > > The idea being to remove the initial query and replace

[Google Maps API v3] Gviz query

2011-03-06 Thread Nick
Anyone had any luck with Gviz queries in the maps API version 3? The idea being to remove the initial query and replace it with a new one, according (in this case) to a selectedIndex. http://mercator.webs.com/viz%20layer.html -- You received this message because you are subscribed to the Google

[Google Maps API v3] Custom markers

2011-03-06 Thread Nick
Hello, Is it possible to use the 'small marker' types (seen in Fusion Tables layer) as Custom Markers? If so, what are the URLs for these markers so I can make copies? N -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post

[Google Maps API v3] Re: Map does not display in IE7

2011-03-02 Thread Nick
Thank you, you are a legend. It's always the littlest thing... On Mar 2, 4:03 pm, Andrew Leach wrote: > On 2 March 2011 15:53, Nick wrote: > > > > > Can anyone tip me off as to what I've done wrong? > > Here: > >   mapTypeControlOptions: { >        

[Google Maps API v3] Map does not display in IE7

2011-03-02 Thread Nick
Map doesn't load in IE7 — just a grey box where the map should be. Or so I'm told — I'm an amateur, and on a mac, so I don't have the equipment to check it out. Can anyone tip me off as to what I've done wrong? http://mercator.webs.com/index%20v7.html -- You received this message because you ar

[Google Maps API v3] Re: Custom controls

2011-03-01 Thread Nick
hat div between 'block' and 'none' using, for example, a checkbox. The control appears to disappear and reappear, although of course it is never actually removed from the map. Which, for a quick and dirty workaround, might be the ticket... On Mar 1, 3:14 pm, Nick wrote: >

[Google Maps API v3] Re: Custom controls

2011-03-01 Thread Nick
Good question. Anyone? Styles are defined on creation. I will give your suggestion a go. On Mar 1, 3:10 pm, Martin™ wrote: > Can you assign an id to the custom control when you create it? > > Martin. > > On Mar 1, 3:00 pm, Nick wrote: > > > > > How do I ascertain

[Google Maps API v3] Custom controls

2011-03-01 Thread Nick
How do I ascertain a custom control's element id? Ie. document.getElementById etc? -- 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

[Google Maps API v3] Re: panToBounds

2011-02-25 Thread Nick
Thanks... it was staring me in the face. Schoolboy error. On Feb 25, 2:29 am, Esa wrote: > selectedIndex value of the left select element never reaches 8. > Possible values are 0...7 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" gr

[Google Maps API v3] panToBounds

2011-02-24 Thread Nick
Can't seem to get panToBounds working: http://mercypodcast.webs.com/panToBounds.html If I set it to respond to just the first dropdown menu selectedIndex it works fine. In the example given, it is meant to come into play only when selectedIndex for both dropdown menus matches certain conditions:

[Google Maps API v3] Re: Thousands of polygons...

2011-02-20 Thread Nick
ygons while ensuring the boundaries are still coterminous (ie. using some kind of GiS to crunch the numbers). Presumably then simpler polygons would equal better Fusion Tables performance. If anyone can enlightenment me on whether I'm right in my assumption, do tell... Good luck Silverio,

[Google Maps API v3] fitBounds()

2011-02-19 Thread Nick
Hello, http://mercator.webs.com/array-v4.html This map I'm reasonably happy with, stumped however as to how to zoom to a particular area when the dropdown menu is changed. (For example, on changing the dropdown to North West the map zoom in to encompass only that area, based on some co-ordinates

[Google Maps API v3] Re: 2011/2/18 - New Release

2011-02-19 Thread Nick
Is it possible that the default 'Labels on' for Satellite view can be set to to 'labels off'? A 'clean' map is helpful for viewing the distribution of markers without distractions, the user then retains the option to add labels or switch to map view to get a better 'sense of place'. On Feb 18, 2:4

[Google Maps API v3] Re: 2011/2/18 - New Release

2011-02-17 Thread Nick Small
ackface sticks around. No parent or siblings to contain it, just a map backface floating in space! These behaviors seem to be completely random and change every time. Any idea what could be causing that? Everything else looks great, but I had to switch back to 3.3 in the meantime! Thanks for a

[Google Maps API v3] Google Map functioning incorrectly in IE 8

2011-01-21 Thread Nick
I'm working on a site with an interactive map. It functions fine in Firefox and Chrome - but does not in IE 8. When it loads in IE - the map is centered in the wrong location, and grays out more than half of the map. Scrolling to the center, the majority of the map remains grayed out. It appears t

[Google Maps API v3] Re: Multiple layer on load

2011-01-12 Thread Nick
> That is a true statement.  Why is there a question mark at the end of > it? It's the Australian Interrogative Inflection. -- 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-ap

[Google Maps API v3] Multiple layer on load

2011-01-12 Thread Nick
g all of that data? Best, Nick -- 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...@googlegroups.com. To unsubscribe from this group, send email to google

[Google Maps API v3] Re: Fusion Tables — infoWindo wHtml in a side

2011-01-12 Thread Nick
Easy... but for a n00b. Just looking at your example now, thanks for the insight. I've just started playing around with such things at http://fiveboroughs.tumblr.com On Jan 12, 5:12 am, "geocode...@gmail.com" wrote: > On Jan 11, 5:59 pm, Nick wrote: > >

[Google Maps API v3] Re: Fusion Tables — infoWindo wHtml in a side

2011-01-11 Thread Nick
Apologies. http://mercypodcast.webs.com/google-map-api.html On Jan 12, 12:48 am, "geocode...@gmail.com" wrote: > On Jan 11, 4:46 pm, Nick wrote: > > > Greetings, > > > Thanks for posting. > > > Indeed you are right, I tried to work something up from th

[Google Maps API v3] Fusion Tables — infoWindowHtm l in a side

2011-01-11 Thread Nick
#x27;click' on a Fusion Table Layer to feed info window html into a side , similar to the above? (with info window's suppressed, obviously). All the best, Nick -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" grou

[Google Maps API v3] Re: Using KML link from fusion table as source for markers, keeping custom icons.

2010-12-07 Thread Nick Doiron
Google's answer on marker types ( http://www.google.com/support/fusiontables/bin/answer.py?hl=en&answer=185991 ) implies that you can't set a custom icon yet. You can use any of the 200 markers shown here: http://www.google.com/fusiontables/DataSource?snapid=99003 -- Nick On

[Google Maps API v3] Re: How to Import Google MyMaps Markers into API?

2010-12-07 Thread Nick Doiron
m/ Fusion tables can easily be added to the Google Maps API: http://code.google.com/apis/maps/documentation/javascript/overlays.html#FusionTables -- Nick On Dec 7, 10:41 pm, EM wrote: > Greetings everyone, > > I just started getting into Google Maps API 3 days ago and have been > sco

[Google Maps API v3] Re: Will google add some adSense or other advertising class in V3?

2010-09-24 Thread nick fox
ation? thanks Nick On Aug 11, 8:10 pm, "Maps.Huge.Info (Google Maps API Guru)" wrote: > If you're looking to add something like the GAdsManager (v2) in your > v3 map, then you'll have to wait for that feature to be released. I'm > guessing it's on the list of t

[Google Maps API v3] Re: Not working with asp.net masterpages?

2010-09-13 Thread Nick
Yes, I'm aware that would be useful to post my page online but I'm smack bang in the middle of a major update and can't deploy my new project until it's all completed. It looks like I might have to go live without the Google map and post again here when it's online. Just hoping there was some know

[Google Maps API v3] Re: Not working with asp.net masterpages?

2010-09-13 Thread Nick
I really hoped you might have been on to something there so I added what you suggested. I now have the following and the map does still not show. my MasterPage styles: html, body { height: 100%; margin: 0; padding: 0; } my MasterPage form tag: and my content page: Any other

[Google Maps API v3] Not working with asp.net masterpages?

2010-09-13 Thread Nick
This was not a problem in v2 but in v3, it will not display the map if this part of the html: is within a form tag. I have tested this in a standalone .aspx page as well, like this: does not work: and this does: Now, since I can't avoid having a form tag in my M

[Google Maps API v3] Blurring starting point of google map

2010-09-07 Thread Nick Baker
I would like to create and app that uses google maps and blurs the starting pin out and trip path for a .25 mile radius. So I do not show a home location? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, s

[Google Maps API v3] problem displaying address in infowindow

2010-08-11 Thread nick fox
help Nick Here is my code: google.maps.event.addListener(marker, 'click', function() { infowindow.open(map, marker); var geocoder = new google.maps.Geocoder(); geocoder.geocode({'latLng': markerLatLng}, function(results, status) { switch(status

[Google Maps API v3] Re: AdSense for Maps

2010-08-06 Thread nick fox
anybody? On Jul 24, 3:00 am, nick fox wrote: > When will AdSense for Maps be available in v3? > > thanks > Nick -- 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

[Google Maps API v3] Re: Adding properties to Object.prototype breaks Google Maps

2010-08-03 Thread Nick
Alright, thanks for your all's help! I will find a different means of inheritance in my code. On Aug 3, 2:20 am, Ben Appleton wrote: > Hi Nick, > > Please do not add new properties to Object.prototype.  It is for good > reason that Crockford's .beget method is no

[Google Maps API v3] Adding properties to Object.prototype breaks Google Maps

2010-08-02 Thread Nick
I notice that when any property is added to Object.prototype (a variable or a function), Google Maps will fail to load the map. Here is an example demonstrating the problem: http://dl.dropbox.com/u/9699560/map.html If you comment the line that says 'Object.prototype.pi = 3.1415;', the map will l

[Google Maps API v3] Re: Bug Report: default language behavior difference between geocoder versions V2 & V3

2010-07-24 Thread Nick Baicoianu
Thanks Rossko, those links were very helpful. On Jul 19, 1:16 pm, Rossko wrote: > Issues are herehttp://code.google.com/p/gmaps-api-issues/issues/list > > These look > relevanthttp://code.google.com/p/gmaps-api-issues/issues/detail?id=1739&q=geo...http://code.google.com/p/gmaps-api-issues/issues

[Google Maps API v3] AdSense for Maps

2010-07-24 Thread nick fox
When will AdSense for Maps be available in v3? thanks Nick -- 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...@googlegroups.com. To unsubscribe from this group,

[Google Maps API v3] Re: Bug Report: default language behavior difference between geocoder versions V2 & V3

2010-07-19 Thread Nick Baicoianu
Any update on this issue? This is a pretty big difference between the API versions and it's not mentioned anywhere in the documentation. -- 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 googl

[Google Maps API v3] Bug Report: default language behavior difference between geocoder versions V2 & V3

2010-07-07 Thread Nick
I've noticed a difference in the localization of results on the HTTP geocoder which I'm not sure is intentional. The V2 reverse geocoder defaulted the language of the locality names to the local language, while the V3 returns them all in english. For example: V3: http://maps.google.com/maps/api/

[Google Maps API v3] Extracting data from KML layer on MouseMove event

2010-06-01 Thread Nick
ML layer). In this example, it just returns 'Jim' as I can't access the KML data. Any thoughts or other things I could try please? I'm using Firefox 3.6.3 with this. Thanks, Nick. -- You received this message because you are subscribed to the Google Groups "Google Map

[Google Maps API v3] MarkerCluster click-to-zoom on iPhone?

2010-05-13 Thread Nick Smith
The MarkerCluster library for API v3 is excellent - thank you! On most browsers I've tried (Chrome, Opera, desktop Safari), a click on a 'cluster' will re-center the map on that location and also zoom in 1 level. However on the iPhone v3.1.2 it only re-centers the map, and doesn't zoom. Any idea

[Google Maps API v3] Re: FYI: New Release (2010/05/11)

2010-05-13 Thread Nick Smith
Any chance of making a 'more stable' version of v3 available, like there is for API v2 ? Even if it was just delayed by a couple of weeks, that would be enough to catch most serious issues, and it would mean we could develop without being exposed to the bleeding edge version, if that was what we wa

[Google Maps API v3] Offline cache.manifest for Maps API v3 ?

2010-05-12 Thread Nick Smith
Does it make sense to build a list of javascript files and commonly used images by the Maps system and place them in the HTML5 cache.manifest file for a mobile app? Obviously no point caching map tiles, but the core javascript library, marker images, etc. perhaps? Thanks -- You received this me

[Google Maps API v3] Event to determine directionsDisplay rendering complete?

2010-05-11 Thread Nick Smith
Hi, I'm using v3 on an iPhone, so map loading can be pretty slow, and I'd like to give a visual indication of busy/working to the user until everything has finished. Is there a way to determine when the directions polyline has finished rendering (and associated map zoom, re-centering, etc)? i.e.,

[Google Maps API v3] Re: 2010/01/28: New Release

2010-02-03 Thread Nick Spacek
> Documentation: > "By default, all custom controls are placed after placing any API > default controls. You can override this behavior by setting a > control's index property to be a negative value. " Whoops, thanks for that! -- You received this message because you are subscribed to the Google

[Google Maps API v3] Re: 2010/01/28: New Release

2010-01-29 Thread Nick Spacek
h the LayoutManager. If I set BOTTOM_RIGHT, it sticks the control in the middle bottom. If I set RIGHT, it rises up to the top. Is there a way we can set the direction it flows? Thanks again! Nick Spacek -- You received this message because you are subscribed to the Google Groups "Google Maps Ja

[Google Maps API v3] Re: 2010/01/28: New Release

2010-01-29 Thread Nick Spacek
av controls bump my control to the right. For now, I'll set the navigation controls to be placed on the LEFT, but it'd be nice to be able to order the controls as we see fit. Thanks for this feature though! Nick Spacek -- You received this message because you are subscribed to th

[Google Maps API v3] Re: Geocode not returning multiple results - address disambiguation

2010-01-07 Thread Nick Spacek
Please 'star' this feature request: http://code.google.com/p/gmaps-api-issues/issues/detail?id=2042 On Jan 6, 5:41 pm, Meenakshi Tadepalli wrote: > Hello > > Google maps API v3 doesn't seem to be working quite well for address > disambiguation. > > Could anyon eplease let me know as to where i n

[Google Maps API v3] Re: Google does not provide a 'map initialized' hook?

2010-01-06 Thread Nick Spacek
Can you use the onAdd function that you get by extending the Overlay object? On Jan 6, 1:33 pm, David Stevenson wrote: > I know that the 'bounds_changed' event fires when the bounds are ready > to be accesses, but it would be very nice if there was an event that > only fired once when the map is

[Google Maps API v3] Re: Customer controls in V3

2010-01-06 Thread Nick Spacek
If you want to get really dirty, I've cooked up something completely awful. I was interested in looking into how the map controls are created/added so I could find a better workaround for my control issues. I created this terrible piece of code: http://github.com/nickspacek/Google-Maps-V3-Hacks/blo

[Google Maps API v3] Re: Customer controls in V3

2010-01-06 Thread Nick Spacek
it an overlay, which isn't demonstrated there, but is fairly easy. Nick On Jan 4, 1:23 pm, Илья wrote: > Hi, > > I'm new to Google Maps API. > I have a question is there ability to create controls and place them > on map (for example like in Map Maker to edit the map).

[Google Maps API v3] Re: Geocode returning multiple results (disambiguation)

2009-12-31 Thread Nick Spacek
Since I'm not the only one experiencing, I hope we can get clarification if this is by design or a bug. If by design, I hope that it is recognized as a feature request! Here is the feature request I put in: http://code.google.com/p/gmaps-api-issues/issues/detail?id=2042 Star it if you're intereste

[Google Maps API v3] Re: Geocode returning multiple results (disambiguation)

2009-12-29 Thread Nick Spacek
On Dec 22, 5:13 pm, Ben Appleton wrote: > Hi Nick, > > The geocoder already returns multiple results for ambiguous queries. I realize that it is supposed to; I've just never seen it do it for address lookups. Do you have an example? :) I've tried many and never seen mult

[Google Maps API v3] Geocode returning multiple results (disambiguation)

2009-12-22 Thread Nick Spacek
I posted this as a feature request, and wanted to make sure that there wasn't currently an option for this (there isn't that I can tell). Probably should have gone the other way around, but oh well. Is there any way to have the Geocoder return multiple matching results? For example: if I query "Ha