Re: [Google Maps API v2] Re: Google Maps Geo giving JSONP error Unexpected token : or invalid label

2012-11-14 Thread Steven Vance
It looks like the OP is calling the Google Geocoding API, not the JavaScript Maps API. The JSON support is documented here: https://developers.google.com/maps/documentation/geocoding/#JSON On Saturday, April 28, 2012 8:21:21 PM UTC-5, Michael Geary wrote: > > Same problem as the OP. You're using

Re: [Google Maps API v2] Re: Road Route Continuous Catchment Area

2012-07-08 Thread Steven Rowlands
Thanks Larry, that looks really interesting and a potential solution that I'm going to explore further. Steve On Sat, Jul 7, 2012 at 8:43 PM, geocode...@gmail.com wrote: > On Jul 5, 11:25 am, Steven wrote: > > If I use Google Maps to establish a road route between 2 x locations &

[Google Maps API v2] Road Route Continuous Catchment Area

2012-07-07 Thread Steven
If I use Google Maps to establish a road route between 2 x locations ( From - To ) is there any way I can set a variable Catchment Area of say 5, 10, 15, 20 + miles on either side of my route coveringthe complete length of the journey so that I can identify customers located within a defined Catchm

[Google Maps API v2] Re: Help ! how to use ExtInfoWindow to replace infowindow ?

2011-11-01 Thread steven zhou
Larry Thanks for quick reply. However, none of those previous link related. Any additional help would save my bleeds from hitting wall with head. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to googl

[Google Maps API v2] Help ! how to use ExtInfoWindow to replace infowindow ?

2011-11-01 Thread steven zhou
I am a beginner programmer. Please help me with this. I have successfully pull data from XML file and initialize() google map with all marker and infowindow popup correctly. My client want to customize the look of infowindow bubble. I realized that I need to use extinfowindow instead of regular

[Google Maps API v2] URL Blocked could it be the shared server IP

2011-09-12 Thread Steven Matthews
Hi I am using a WordPress plugin to display locations of our customers however I get the error message URL blocked whenever I try to load a map. I have tried generating a new key under separate account and this gets the same URL blocked message. I do have the same plugin working on a different

[Google Maps API v2] Re: GMap API on a web application: Gmap showing "Unable to locate Address" for a valid address on one machine and plotting the same address correctly on other machine

2010-12-31 Thread Steven pinto
(1)We tried accessing "http://maps.huge.info/pinpointaddress.html"; link, since it is throwing an error I used "http://maps.huge.info/ " link instead and choose "Geocoder: Translate an address into latitude and longitude coordinates." link option from the links available and entered the address “

[Google Maps API v2] Re: GMap API on a web application: Gmap showing "Unable to locate Address" for a valid address on one machine and plotting the same address correctly on other machine

2010-12-22 Thread Steven pinto
We are using an internet connection for the Gmap functionality. Regarding the client ID, the Gmap is getting plotted when we entered the same address in one page of the same application and it is not getting plotted in another page. Both these pages are using the same page for plotting the address.

Re: [Google Maps API v2] GMap API on a web application: Gmap showing "Unable to locate Address" for a valid address on one machine and plotting the same address correctly on other machine

2010-12-21 Thread Steven pinto
Andrew Leach, The application and the gmap location are confidential data which i wont be able to provide. However i have attached the code which is used to generate the GMap in this post. Will it be possible to take a look at the code and let me know if i am missing anything? Thanks in advance,

[Google Maps API v2] GMap API on a web application: Gmap showing "Unable to locate Address" for a valid address on one machine and plotting the same address correctly on other machine

2010-12-20 Thread Steven pinto
I am using the following code to Display gmap on the page. The code is working fine on my machine when I hit the url and try to view GMAP for a particular address. But on the client machine it gives us “Unable to locate the Address” Error for the same url and the same address. Can you please look i

[Google Maps API v2] hello

2010-11-20 Thread Steven Hambleton
an check it out . I hope you have an enjoyable xmas Regards, Steven Hambleton -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to google-maps-...@googlegroups.com. To unsubscribe from this

[Google Maps API v2] Re: Reverse Geocoder Script generates API script errors

2010-09-15 Thread Steven Dorst
I have a premier license and that should support 100k geocodes a day, which is sufficient for the application I'm building this. The testrun has run a month, so the license should be ok.. I have rebuild the application, but have to wait untill tomorrow to find the private key to create the url sig

[Google Maps API v2] Re: Reverse Geocoder Script generates API script errors

2010-09-15 Thread Steven Dorst
ok I didn't look into that possibility, I'm more of a webprogrammer ;) I'm going to rebuild my application to use the webservice, thanks!! Lat/long are checked before inserting in the database where the application reads its data, so that isn't a problem. If the country is empty or the area is em

[Google Maps API v2] Re: Reverse Geocoder Script generates API script errors

2010-09-15 Thread Steven Dorst
ok I didn't look into that possibility, I'm more of a webprogrammer ;) I'm going to rebuild my application to use the webservice, thanks!! Lat/long are checked before inserting in the database where the application reads its data, so that isn't a problem. If the country is empty or the area is em

[Google Maps API v2] Re: Reverse Geocoder Script generates API script errors

2010-09-15 Thread Steven Dorst
The PHP script is: http://maps.google.com/maps? file=api&v=2&sensor=true&key=ABQI5ozecEkzYwLZV6WSHnRjTRRqEWvhfoI9kMiOAxnaoMKPOKXMVxQZ2h- _ZZ6TgVN9a5kUkdVaHd4meg" type="text/javascript"> ";

[Google Maps API v2] Re: Reverse Geocoder Script generates API script errors

2010-09-15 Thread Steven Dorst
Sorry, the script is called on an internal webserver, but I copied it to another location now, so it is accessible: http://web01.vdorst.nl/Maps/reverse_geocoder.php?lat=52.371&lng=4.9 This should return an adres in format adres$area$country To answer your question.. Once in a while is sometimes a

[Google Maps API v2] Reverse Geocoder Script generates API script errors

2010-09-15 Thread Steven Dorst
Hi, I build a js script which return the address for a latitude/longitude. It works but once a while it return script error popups in Internet Explorer 8 even when "Display a notification about every script error" is disabled and the "Diable script debugging" options are enabled... The applicatio

PHP/JSON Reverse Geocoding Help

2010-03-18 Thread Steven
OK... Trying to do some reverse geocoding in PHP and need to grab the address and postal code from each of the responded I get back. Sorry I do not have a live link just yet. Here's the code: $url = 'http://maps.google.com/maps/geo? q=31.9,-91&output=json&sensor=false'; $data = @file_get_contents

2 map instances on 1 page

2009-10-12 Thread Steven Grant
OK, here's my issue. On http://duncanstreetbaptistchurch.co.uk/ the map in the footer shows brilliantly. Works as expected. However on http://duncanstreetbaptistchurch.co.uk/index.php/find_us/ which has a directions widget, the widget works but the footer doesn't. Any hints? --~--~-~--~-

Re: Google Maps Sidebar is not working.

2009-09-30 Thread Steven
Thanks Mike! Unfortunately I'm not too good with Javascript. How could I make the myclick() function accessible to the global context? On Sep 29, 9:39 pm, Mike Williams wrote: > Javascript launched from HTML is executed in global context. It can only > access global functions. Your myclick()

Google Maps Sidebar is not working.

2009-09-29 Thread Steven
Hi everyone, My map at : http://home.bahrainpropertyworld.com/test/googlemap_example.html has a sidebar which is not working. I have no idea what is wrong. Anyone else got an idea? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Display 1000+ markers

2009-09-22 Thread Steven
> > Then you might consider clustering your markers. > > On Sep 22, 9:58 am, Steven wrote: > > > > > Would using an XML file solve my problem with the 470 marker > > limitation? > > > How many markers can be displayed when using a XML file?- Hide quoted text

Re: Display 1000+ markers

2009-09-22 Thread Steven
Would using an XML file solve my problem with the 470 marker limitation? How many markers can be displayed when using a XML file? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to th

Re: Display 1000+ markers

2009-09-22 Thread Steven
Sorry about that. Here is the link: http://home.bahrainpropertyworld.com/test/googlemap_read_kml.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 g

Re: load markers with XML file

2009-09-22 Thread Steven
You might be interested in this code to read the KML (XML) file, it work excellent for me, but it does have a limitation of about 470 markers, why I don't know. function onload_gmap(func) { var oldonload = window.onload; if (typeof window.onload != 'function') {window.onload = func;} else

Display 1000+ markers

2009-09-22 Thread Steven
Hi Everyone, I'm building a Real Estate website and the idea is to display the properties on a Google Map. I got it all working nicely with a KML file, but then I noticed if there are more then about 470 markers they are not shown anymore. So my question is, what is the best way to display 1000

RE: How to get outer bounds of an area/region

2009-09-20 Thread Paul Steven
Thanks Mike - that looks like a reasonable solution - certainly the only solution I have found yet. Many thanks Paul -Original Message- From: google-maps-api@googlegroups.com [mailto:google-maps-...@googlegroups.com] On Behalf Of Mike Williams Sent: 20 September 2009 08:57 To: Google-M

Re: click and dblclick EventListener doesn't work when I have an overlay

2009-06-28 Thread Steven
t page and hope it clears things up, thanks! Steven --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups.com To unsubscribe fr

Re: click and dblclick EventListener doesn't work when I have an overlay

2009-06-28 Thread Steven
On Jun 20, 7:33 pm, Andrew Leach wrote: > On Jun 20, 5:25 pm, Steven wrote: > > > I've instatiated a GMap2 object on my page, and can set working click > > and dblclick EventListeners, but as soon as I add a marker overlay, > > only the marker event triggers >

Re: Was working and Now Not working. . .

2009-06-26 Thread Steven
No, I haven't. Can you use an old version without it becoming obsolete? Steve On Jun 26, 3:29 pm, Ralph Ames wrote: > >Yeh, but the website also doesn't work in IE or Opera or Safari. > > Have you tried using an earlier version of the API? > > Ralph --~--~-~--~~~---

Re: Was working and Now Not working. . .

2009-06-26 Thread Steven
Thank You!!! On Jun 26, 2:34 pm, "geocode...@gmail.com" wrote: > On Jun 26, 10:58 am, "geocode...@gmail.com" > wrote: > > > > > On Jun 26, 10:44 am, Steven wrote: > > > > The reason I'm geocoding is to have it so the map isn'

Re: Was working and Now Not working. . .

2009-06-26 Thread Steven
eir data often? The thing is, is I put a lot of time into checking that the geocoder returned the results I wanted. As of April the geocoding was working. Steve On Jun 26, 2:34 pm, "geocode...@gmail.com" wrote: > On Jun 26, 10:58 am, "geocode...@gmail.com" > wrote

Re: Was working and Now Not working. . .

2009-06-26 Thread Steven
The reason I'm geocoding is to have it so the map isn't full of markers and also to make the markers draggable. Would the error handling prevent the geocoding? Also, thank you and everyone else for taking the time to look at this stuff with me! Steven P.S.: Offline would mea

Re: Was working and Now Not working. . .

2009-06-26 Thread Steven
Yeh, but the website also doesn't work in IE or Opera or Safari. Steve On Jun 26, 9:57 am, Ralph Ames wrote: > >Yes, and I don't get any error codes with anything really. > > In FF3 I get a.lng is not a function. > > Ralph --~--~-~--~~~---~--~~ You received this

Re: Was working and Now Not working. . .

2009-06-26 Thread Steven
It is defined , I think, around here:. . . .var markers = []; var geo = new GClientGeocoder(); function geocode(query, pin_){. . . .. Yes, and I don't get any error codes with anything really. Steve On Jun 26, 9:23 am, Andrew Leach wrote: > On Jun 26, 1:45 pm, Steven wrote: >

Was working and Now Not working. . .

2009-06-26 Thread Steven
Hello, My website:http://streamsidemaps.com/ isn't working. It was. I've used Esa's reverse geocoder code and his seems to work fine. Mine was too but now just the map shows up and I can't geocode from the search box or the links that I've made in the sidebar. I've made no updates to the w

click and dblclick EventListener doesn't work when I have an overlay

2009-06-20 Thread Steven
hear" click events while other areas of my map also hear any click/ doubleclick events they get? Thanks in advance for any help, Steven --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API"

Re: Multiple sites using google maps API

2009-03-19 Thread Steven
Thanks for the quick response. since this is a C# project I can use a key switching algorithm there. thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email

Multiple sites using google maps API

2009-03-19 Thread Steven
Hello, Currently I have 2 websites which are pointing to the same host. These sites are Brickfactor.com and Brickfactor.org. The problem that I am having is that if I use the .org key the .com site doesn't work and vice versa. does anyone know how I can get both sites to work? Thanks --~--~--

Re: API for map retrieiving by latitude/longtitude

2009-02-04 Thread Steven Woody
On Wed, Feb 4, 2009 at 7:27 PM, igloo wrote: > > Or there's always the Static Map api ( > http://code.google.com/apis/maps/documentation/staticmaps/ > ) where you insert the latitude and longitude into a URL to return an > image back to your web page. > > Whatever, you will have to do some readi

Re: API for map retrieiving by latitude/longtitude

2009-02-04 Thread Steven Woody
On Feb 4, 2:15 pm, "geocode...@gmail.com" wrote: > On Feb 3, 7:47 pm, Steven Woody wrote: > > > Hi, > > > Is there an API that let me get a map by telling google a pair of > > floats (latitude, longitude)? > > The Google Maps API.http://econym.org.u

API for map retrieiving by latitude/longtitude

2009-02-03 Thread Steven Woody
Hi, Is there an API that let me get a map by telling google a pair of floats (latitude, longitude)? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email

Draggable Geocoded Markers with To and From Directions

2009-01-15 Thread Steven
ve figured out along the way. Right now I only have the simple link to Google maps for directions. Please Help, Steven St. Germain Streamsidemaps.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Ma

Book recommendation

2008-09-03 Thread Paul Steven
Anyone recommend a book on google maps? I have seen this one that looks pretty good Beginning Google Maps Applications with PHP and Ajax: From Novice to Professional (Paperback) but it is dated August 2006 so I am concerned it is out of date already? --~--~-~--~~~---

Limit longitude and latitude search to UK only

2008-09-02 Thread Paul Steven
I thought my longitude / latitude search was being limited to the UK only by using the following line of code define("MAPS_HOST", "maps.google.co.uk"); However if I search for wellington, it is returning the longitude and latitude for Wellington in New Zealand. Here is a snippit of my code to g

RE: How to display local amenities on map

2008-09-02 Thread Paul Steven
Thanks Andy for the link. Does one of those links explain where to get the local amentity info? If I had the info I know how to display it. I am just not sure if this info is something I need to supply or part of the API will allow me to display for example all swimming pools in my map area? -