[Google Maps API v2] Re: How to use Google Map Api in java based web app

2013-06-06 Thread Mike Beale
Start with the documentation, but you really need to use V3 rather than V2 (this group) as it'll be turned off soon! https://developers.google.com/maps/documentation/javascript/tutorial -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To u

[Google Maps API v2] Re: How to use Google Map Api in java based web app

2013-06-06 Thread Mike Beale
Start with the documentation, but you really need to use V3 rather than V2 (this group) as it'll be turned off soon! https://developers.google.com/maps/documentation/javascript/basics -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To uns

[Google Maps API v2] Re: How to use Google Map Api in java based web app

2013-05-25 Thread samir vasani
Do u have any example for this. On Thursday, May 16, 2013 1:59:16 PM UTC+5:30, Mike Beale wrote: > The same way you would in any web based app written in any other language, > include the relevant JavaScript on your page. -- You received this message because you are subscribed to the Google

[Google Maps API v2] Re: How to use Google Map Api in java based web app

2013-05-16 Thread Mike Beale
The same way you would in any web based app written in any other language, include the relevant JavaScript on your page. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To unsubscribe from this group and stop receiving emails from it, sen

[Google Maps API v2] How to use Google Map Api in java based web app

2013-05-15 Thread samir vasani
Hi Expert, Can you know me how can i use google api in my java/j2ee based web app. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-maps-api+unsubs

[Google Maps API v2] Re: Google Map Api is not working

2013-03-18 Thread Mark Quaile
I had the same problem, and then added www. to my domain and it worked. Given that the link you supply has no www. either, try this. Think this is a problem of allowed referrers. On Saturday, February 25, 2012 6:48:22 AM UTC+1, snehal wrote: > > hello > > I have implemented one module in magent

Re: [Google Maps API v2] Re: Google Map Api is not working

2013-03-05 Thread Albert
On Friday, March 1, 2013 5:48:14 PM UTC-5, Andrew Leach wrote: > > On 1 March 2013 19:34, Albert > > wrote: > > > > Hi, > > > > I was wondering if you could spare a few minutes to tell me what I am > > doing wrong? > > I'm having a similar problem, since I have both v2 and v3 activated, >

Re: [Google Maps API v2] Re: Google Map Api is not working

2013-03-02 Thread Albert
Hi, I was wondering if you could spare a few minutes to tell me what I am doing wrong? I'm having a similar problem, since I have both v2 and v3 activated, also tried sensor=false and sensor=true, also added the exception .pastehtml.com & pastehtml.com: http://pastehtml.com/view/cu5o7bnhc.htm

Re: [Google Maps API v2] Re: Google Map Api is not working

2013-03-01 Thread Andrew Leach
On 1 March 2013 19:34, Albert wrote: > > Hi, > > I was wondering if you could spare a few minutes to tell me what I am > doing wrong? > I'm having a similar problem, since I have both v2 and v3 activated, also > tried sensor=false and sensor=true, also added the exception .pastehtml.com > & pasteh

[Google Maps API v2] Re: Google map api v2.x stopped working today

2013-02-13 Thread geocode...@gmail.com
On Feb 12, 4:02 pm, Paul L wrote: > My google map api was working for for some time, until today, even though I > have not updated any maps code. > The map appears than dissappears 5 seconds later with the following error > message: > Google has disabled use of the Maps API for t

[Google Maps API v2] Google map api v2.x stopped working today

2013-02-13 Thread Paul L
My google map api was working for for some time, until today, even though I have not updated any maps code. The map appears than dissappears 5 seconds later with the following error message: Google has disabled use of the Maps API for this application. see the Terms of service for more

Re: [Google Maps API v2] Re: Google Map Api is not working

2012-12-03 Thread Andrew Leach
On 2 December 2012 09:07, Sieghart Michielsen wrote: > Hi all, > > I have a similar problem and can not find the solution. > my sites runs wordpress with the RomeLuv maps plugin. > It displays a map below each post, no problem there. > I have the problem when creating an Gobal map of all my posts

[Google Maps API v2] Re: Google Map Api is not working

2012-12-03 Thread Sieghart Michielsen
Hi all, I have a similar problem and can not find the solution. my sites runs wordpress with the RomeLuv maps plugin. It displays a map below each post, no problem there. I have the problem when creating an Gobal map of all my posts on this address: www.thesuits.biz/jands/map can somebody ple

[Google Maps API v2] Re: This web site needs a different Google Map API Key.

2012-09-25 Thread hợp
bạn dang giữ mã cot.vì thế ban co thể chỉnh sửa lai ma cót cho nó như ý rồi úp nó lên la được rồi -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-api/-/

[Google Maps API v2] Re: I cant use the google map api and got error when i pass co-ordinates from asp.net Page_Loas()

2012-09-14 Thread ProbablyMike
The error you have posted is a server error, so it's an error in your C# code, nothing to do with the Maps API. But also, the error highlighted on line 22, is not the same as the code you posted above. It is telling you that either ltrLat or al is null. I would guess it's ltrLat as you are set

Re: [Google Maps API v2] I cant use the google map api and got error when i pass co-ordinates from asp.net Page_Loas()

2012-09-13 Thread Andrew Leach
On 13 September 2012 12:54, :) wrote: > > I cant browse the google map page as it shows error "key authentication" and > How can i inilize for google map This isn't the right group for your ASP issues, although someone may know the answer. If the line which is failing really is ltrLat.Text

[Google Maps API v2] I cant use the google map api and got error when i pass co-ordinates from asp.net Page_Loas()

2012-09-13 Thread :)
I cant browse the google map page as it shows error "key authentication" and How can i inilize http://maps.google.com/maps?file=api&v=2&key==false" type="text/javascript"> var map; function initialize() { if (GBrowserIsCompatible()) { map = new GMap2(document.getElementById("map")); var lat =

Re: [Google Maps API v2] Re: Google Map Api is not working

2012-09-12 Thread Mohamud Omar
yes this is my web site On Wed, Sep 12, 2012 at 1:10 PM, Mohamud Omar wrote: > I used themes I bought but didn't set up google map I don't know ho I get > this eror > On Sep 12, 2012 11:40 AM, "Rossko" wrote: > >> > How can i dlete it plse help mee >> >> If you don't know how to edit your own

Re: [Google Maps API v2] Re: Google Map Api is not working

2012-09-12 Thread Mohamud Omar
I used themes I bought but didn't set up google map I don't know ho I get this eror On Sep 12, 2012 11:40 AM, "Rossko" wrote: > > How can i dlete it plse help mee > > If you don't know how to edit your own website, you need to find > someone who can. Who set it up for you to begin with? How do

[Google Maps API v2] Re: Google Map Api is not working

2012-09-12 Thread Rossko
> How can i dlete it plse help mee If you don't know how to edit your own website, you need to find someone who can. Who set it up for you to begin with? How do you update it? Are you sure you own this website yourself? -- You received this message because you are subscribed to the Google Gro

Re: [Google Maps API v2] Re: Google Map Api is not working

2012-09-11 Thread Mohamud Omar
glegroups.com > *Date: *Sat, 8 Sep 2012 13:32:27 -0700 (PDT) > *To: * > *ReplyTo: * google-maps-api@googlegroups.com > *Subject: *[Google Maps API v2] Re: Google Map Api is not working > > Hi > > I have a problem on my website. It shows the API error. Everything looks > g

Re: [Google Maps API v2] Re: Google Map Api is not working

2012-09-11 Thread shofinurdin
: Google Map Api is not working Hi I have a problem on my website. It shows the API error. Everything looks good. Many people other than me tried fixing this problem but it is still an issue. On Saturday, February 25, 2012 12:48:22 AM UTC-5, snehal wrote: > > hello > > I have imp

Re: [Google Maps API v2] Re: Google Map Api is not working

2012-09-11 Thread Andrew Leach
On 11 September 2012 02:39, Mohamud Omar wrote: > plse i dont want map on my website can you disaple No-one but you can do anything with your website. Find this line http://maps.google.com/maps?file=api&v=2&key=your key" type="text/javascript"> Delete it. -- You received this mess

Re: [Google Maps API v2] Re: Google Map Api is not working

2012-09-10 Thread Mohamud Omar
plse i dont want map on my website can you disaple On Mon, Sep 10, 2012 at 6:46 AM, Rossko wrote: > > i didn understand this > > Okay. Do you actually want a Google Map on your website? You did say > "everything looks good" so perhaps you are not expecting to see a map, > and just want the A

[Google Maps API v2] Re: Google Map Api is not working

2012-09-10 Thread Rossko
> i  didn understand this Okay. Do you actually want a Google Map on your website? You did say "everything looks good" so perhaps you are not expecting to see a map, and just want the API Key message to go away. The line in your website that goes wrong is http://maps.google.com/maps?file=api&am

Re: [Google Maps API v2] Re: Google Map Api is not working

2012-09-09 Thread Mohamud Omar
i didn understand this On Sun, Sep 9, 2012 at 7:13 PM, Rossko wrote: > > my website iswww.shinganinews.com > > Have another look at the documentation about how to use the API, use > your own key, and specify a 'sensor' parameter. You cannot load the > API using > http://maps.google.com/maps?f

[Google Maps API v2] Re: Google Map Api is not working

2012-09-09 Thread Rossko
> my website iswww.shinganinews.com Have another look at the documentation about how to use the API, use your own key, and specify a 'sensor' parameter. You cannot load the API using http://maps.google.com/maps?file=api&v=2&key=your%20key -- You received this message because you are subscribed

Re: [Google Maps API v2] Re: Google Map Api is not working

2012-09-09 Thread Mohamud Omar
my website is www.shinganinews.com On Sun, Sep 9, 2012 at 12:20 PM, Rossko wrote: > > I have a problem on my website. > > And the website is ... ? I can't tell which one is yours, out of the > millions out there. > > -- > You received this message because you are subscribed to the Google Groups

[Google Maps API v2] Re: Google Map Api is not working

2012-09-09 Thread Rossko
> I have a problem on my website. And the website is ... ? I can't tell which one is yours, out of the millions out there. -- 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-api@googlegroups.

[Google Maps API v2] Re: Google Map Api is not working

2012-09-08 Thread Mohamud
Hi I have a problem on my website. It shows the API error. Everything looks good. Many people other than me tried fixing this problem but it is still an issue. On Saturday, February 25, 2012 12:48:22 AM UTC-5, snehal wrote: > > hello > > I have implemented one module in magento site for displa

Re: [Google Maps API v2] google map - api key

2012-08-27 Thread mohammed khanduqji
how if i want to use version 2 ? On Mon, Aug 27, 2012 at 3:53 PM, Carlos Montelongo [GMail] < monte...@gmail.com> wrote: > GoogleMAPS API is now with version 3. I recommend using this new version. > > Regards > Carlos Montelongo > > > El 27/08/2012, a las 07:31, mohammed khanduqji > escribió: >

[Google Maps API v2] Re: google map - api key

2012-08-27 Thread geocode...@gmail.com
On Aug 27, 5:59 am, mohammed khanduqji wrote: > do u mean i have to clear cache in my browser ? Or refresh the page (Ctrl-F5 in most browsers). Or use a different browser. Or use a different computer. -- Larry > > On Mon, Aug 27, 2012 at 3:57 PM, geocode...@gmail.com > wrote: > > > > > > >

Re: [Google Maps API v2] Re: google map - api key

2012-08-27 Thread mohammed khanduqji
do u mean i have to clear cache in my browser ? On Mon, Aug 27, 2012 at 3:57 PM, geocode...@gmail.com wrote: > On Aug 27, 5:31 am, mohammed khanduqji wrote: > > hi dears , > > > > i have the following domain name leads-map.com, i have created API key > for > > google map at (google APIs console

[Google Maps API v2] Re: google map - api key

2012-08-27 Thread geocode...@gmail.com
On Aug 27, 5:31 am, mohammed khanduqji wrote: > hi dears , > > i have the following domain name leads-map.com, i have created API key for > google map at (google APIs console 'create new browser key') > in order to use it for my domain , but i get the folllowing error > > Google has disabled use o

Re: [Google Maps API v2] google map - api key

2012-08-27 Thread Carlos Montelongo [GMail]
GoogleMAPS API is now with version 3. I recommend using this new version. Regards Carlos Montelongo El 27/08/2012, a las 07:31, mohammed khanduqji escribió: > hi dears , > > i have the following domain name leads-map.com, i have created API key for > google map at (google APIs console 'creat

[Google Maps API v2] google map - api key

2012-08-27 Thread mohammed khanduqji
hi dears , i have the following domain name leads-map.com, i have created API key for google map at (google APIs console 'create new browser key') in order to use it for my domain , but i get the folllowing error Google has disabled use of the Maps API for this application. The provided > key is

Re: [Google Maps API v2] Re: Google Map Api is not working in Magento

2012-08-16 Thread Nithin Prasad
Thanks for ur reply Rossko. By the way I am not using Snehal's Key.. I hv solved my problem. Thanks once again :) On Thu, Aug 16, 2012 at 11:54 PM, Rossko wrote: > > Hey did any one got the answer for this problem?? > > Have you done the things suggested before? Use a console key, enable > it f

[Google Maps API v2] Re: Google Map Api is not working in Magento

2012-08-16 Thread Rossko
> Hey did any one got the answer for this problem?? Have you done the things suggested before? Use a console key, enable it for your web domain, enasble it for API v2, specify a sensor parameter. If it still doesn't help, follow the other advice and give a link to your problem. It cannot be the

Re: [Google Maps API v2] Google Map Api is not working in Magento

2012-08-16 Thread DroidFollower
Hey did any one got the answer for this problem?? Please let me know the way. I am facing with the same problem. On Sunday, April 29, 2012 2:17:21 PM UTC+5:30, Andrew Leach wrote: > > On 29 April 2012 02:41, Sheba > wrote: > > Hi Andrew, > > > > In Google API Console >> All Services, I have ON

Re: [Google Maps API v2] get the distance between two places using google map api v2

2012-07-25 Thread Shanika Nishani
thank you -- 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-api@googlegroups.com. To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com. For more options,

Re: [Google Maps API v2] get the distance between two places using google map api v2

2012-07-25 Thread Andrew Leach
On 25 July 2012 09:43, SN wrote: > hi, > how could i get the distance between two selected places using google map. > i took the distance after loading the directions.but i don't want to draw > the directions. > i only need to take the distance. You must show the directions either on a map or as

[Google Maps API v2] get the distance between two places using google map api v2

2012-07-25 Thread SN
hi, how could i get the distance between two selected places using google map. i took the distance after loading the directions.but i don't want to draw the directions. i only need to take the distance. -- You received this message because you are subscribed to the Google Groups "Google Maps A

Re: [Google Maps API v2] Re: Dijkstra algorithm using google map api

2012-07-16 Thread Shanika Nishani
Thank you for your informations -- 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-api@googlegroups.com. To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.

[Google Maps API v2] Re: Dijkstra algorithm using google map api

2012-07-16 Thread geocode...@gmail.com
Mon, Jul 16, 2012 at 7:56 AM, geocode...@gmail.com > wrote: > > > > > > > > > On Jul 15, 9:36 am, SN wrote: > > > I'm new to google map api, > > > If you are new to the google maps API, you should use the v3 version > > of the API, the top

Re: [Google Maps API v2] Re: Dijkstra algorithm using google map api

2012-07-15 Thread Shanika Nishani
i can't use waypoints coz as i know i can use 8 waypoints.but the list of places can be more than that. On Mon, Jul 16, 2012 at 7:56 AM, geocode...@gmail.com wrote: > On Jul 15, 9:36 am, SN wrote: > > I'm new to google map api, > > If you are new to the google maps A

[Google Maps API v2] Re: Dijkstra algorithm using google map api

2012-07-15 Thread geocode...@gmail.com
On Jul 15, 9:36 am, SN wrote: > I'm new to google map api, If you are new to the google maps API, you should use the v3 version of the API, the topic of this group, the v2 version is depecated. The group for the v3 version is: https://groups.google.com/group/google-maps-js-api-v3?hl

[Google Maps API v2] Dijkstra algorithm using google map api

2012-07-15 Thread SN
I'm new to google map api,i need to find out the shortest path using given set of places.how could i do that using google map api without using waypoints. if you can give any information,it will be really helpful thank you -- You received this message because you are subscribed to the G

Re: [Google Maps API v2] Cannot create more than 10 Google Map API Keys

2012-07-10 Thread Barry Hunter
Did you try creating another project? In case the limit is per Project, rather than per Account. Also remember one key can be used for multiple domains. I dont know how many. On Tue, Jul 10, 2012 at 11:51 AM, Pietro Brussels wrote: > I created 10 API Keys for 10 different top domains But I cann

[Google Maps API v2] Cannot create more than 10 Google Map API Keys

2012-07-10 Thread Pietro Brussels
I created 10 API Keys for 10 different top domains But I cannot create new ones. I always receive the message "An error has occurred. Please retry later." I have been trying for weeks but it won't allow me to add the 11th key. Is there maybe a limit in the number of Keys I can activate? Thanks

[Google Maps API v2] Re: This web site needs a different Google Map API Key.

2012-06-18 Thread Rossko
> when trying to use the Google > Earth browser plugin version 6.0.2.2074 Here is the GE plug-in group http://groups.google.com/group/google-earth-browser-plugin/topics > You can get it too -www.mindweb.com.au/GEPAge4.html I don't get any key error there, visiting with IE -- You received this

Re: [Google Maps API v2] This web site needs a different Google Map API Key.

2012-06-18 Thread AWaterman
I am getting this message "The Google Maps API key used on this web site was registered for a different web site." when trying to use the Google Earth browser plugin version 6.0.2.2074. and yet I see other posts which say I do not require a key for the GE plugin if the version is 6.xxx. I get t

[Google Maps API v2] Re: Google Map API v2 key status problem

2012-06-09 Thread Kiki Kumaita Wisaka
> http://code.google.com/apis/maps/documentation/javascript/v2/introduction.html#Obtaining_Key > """ Pada Sabtu, 18 Februari 2012 17:04:03 UTC+7, UnseenAthlete menulis: > > I have created a Google Map API v2 key for my website...but it simply > not working...and shows

Re: [Google Maps API v2] Query Regarding Google MAP API v2 key generated

2012-06-07 Thread Andrew Leach
On 7 June 2012 11:56, Amit R Prasad wrote: > Hi Andrew, > > As we know API v2 Key is depreceted. > Then what is the drawback in future is using this key? Version 2 is deprecated and will stop working in May 2013. When it stops working, Version 2 (long) keys will be useless. Console (short) keys w

Re: [Google Maps API v2] Query Regarding Google MAP API v2 key generated

2012-06-07 Thread Amit R Prasad
Hi Andrew, As we know API v2 Key is depreceted. Then what is the drawback in future is using this key? On Thu, Jun 7, 2012 at 3:39 PM, Andrew Leach wrote: > On 7 June 2012 10:55, Amit R Prasad wrote: > > > > > > > > This is the size of the data sample which the graph displays. > > The report s

Re: [Google Maps API v2] Query Regarding Google MAP API v2 key generated

2012-06-07 Thread Amit R Prasad
Hi Andrew, Thanks a lot for your help.. On Thu, Jun 7, 2012 at 3:39 PM, Andrew Leach wrote: > On 7 June 2012 10:55, Amit R Prasad wrote: > > > > > > > > This is the size of the data sample which the graph displays. > > The report starts sampling data on 11 May and shows 28 days after that.

Re: [Google Maps API v2] Query Regarding Google MAP API v2 key generated

2012-06-07 Thread Andrew Leach
On 7 June 2012 10:55, Amit R Prasad wrote: > > > This is the size of the data sample which the graph displays. The report starts sampling data on 11 May and shows 28 days after that. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To p

Re: [Google Maps API v2] Query Regarding Google MAP API v2 key generated

2012-06-07 Thread Andrew Leach
On 5 June 2012 10:26, Amit R Prasad wrote: > Hi, > > We have genrated google maps > > Query 1) It show Sample Period 28 Days, does it mean we have to generate > another API Key after 28 days. If "Yes" then can you please guide us to get > solution regarding it. Where did you get this "Sample Peri

[Google Maps API v2] Query Regarding Google MAP API v2 key generated

2012-06-05 Thread Amit R Prasad
Hi, We have genrated google maps Query 1) It show Sample Period 28 Days, does it mean we have to generate another API Key after 28 days. If "Yes" then can you please guide us to get solution regarding it. Query 2) API Key which I have generated if for "Allow All Referrer", do u restrict th

Re: [Google Maps API v2] Google Map Api is not working in Magento

2012-04-29 Thread Andrew Leach
On 29 April 2012 02:41, Sheba wrote: > Hi Andrew, > > In Google API Console >> All Services, I have ONLY Google Maps API v3 and > Google+ API activated. > > I generated my key and copied to replace the v2 key and still get the message > "Google has disabled use of the Maps API for this application

[Google Maps API v2] Google Map Api is not working in Magento

2012-04-28 Thread Sheba
Hi Andrew, In Google API Console >> All Services, I have ONLY Google Maps API v3 and Google+ API activated. I generated my key and copied to replace the v2 key and still get the message "Google has disabled use of the Maps API for this application. The provided key is not a valid Google API Key,

[Google Maps API v2] Re: my google map api v2 appear blank

2012-03-23 Thread Rossko
> below is my codes.can you tell me what is wrong? im trying to cal out > a langtitud and longitud to add markers on my map.but the map appear > blank. this is urgent. No good showing us your php. What actually arrives in your browser? May we see, i.e. a link to the problem webpage? -- You rece

[Google Maps API v2] Re: google map API key does not work please help

2012-03-11 Thread geocode...@gmail.com
On Mar 11, 2:11 pm, Emil Mammadov wrote: > I have generated api key in console but it is not opening the maps as > soon as you try to open map it says the key is not valid How are we supposed to help? A link to the map that exhibits the problem would be somewhat useful. -- Larry -- You recei

[Google Maps API v2] google map API key does not work please help

2012-03-11 Thread Emil Mammadov
I have generated api key in console but it is not opening the maps as soon as you try to open map it says the key is not valid -- 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-api@googlegroup

[Google Maps API v2] Re: Can google map api v3 have an data interface from java or C or matlab?

2012-03-10 Thread Rossko
> The original expect is to display a function isoline on the map. But > it seems google map api can only draw lines according to longitude and > latitude coordinate. So if there's an interface from java or C or > matlab can display the isoline, that would be helpful for me. Don

[Google Maps API v2] Can google map api v3 have an data interface from java or C or matlab?

2012-03-09 Thread XiaoDan Wang
The original expect is to display a function isoline on the map. But it seems google map api can only draw lines according to longitude and latitude coordinate. So if there's an interface from java or C or matlab can display the isoline, that would be helpful for me. Thank you very much.

[Google Maps API v2] Re: Google Map Api is not working

2012-03-02 Thread snehal
thanks for your replay i will check and let you know On Mar 1, 2:25 pm, Andrew Leach wrote: > On 1 March 2012 06:45, snehal wrote: > > > Sorry i am not getting you what you want to say. Please can explain > > me clearly as i am new to this.. > > Where you have this > http://maps.google.com/

Re: [Google Maps API v2] Re: Google Map Api is not working

2012-03-01 Thread Andrew Leach
On 1 March 2012 06:45, snehal wrote: > Sorry i am not getting you what you want to say. Please can explain > me clearly as i am new to this.. Where you have this http://maps.google.com/maps?file=api&v=2&key=...";> you need to add a sensor parameter in addition to file, v and key:

[Google Maps API v2] Re: Google Map Api is not working

2012-02-29 Thread snehal
Sorry i am not getting you what you want to say. Please can explain me clearly as i am new to this.. On Mar 1, 11:42 am, snehal wrote: > Sorry i am getting you what you want to say. Please can explain me > clearly as i am new to this.. > > On Feb 28, 2:55 pm, Rossko wrote: > > > > > > > > > > in

[Google Maps API v2] Re: Google Map Api is not working

2012-02-29 Thread snehal
Sorry i am getting you what you want to say. Please can explain me clearly as i am new to this.. On Feb 28, 2:55 pm, Rossko wrote: > > in Contact Us form i have implemented the google map. > > You seem to have forgotten the mandatory 'sensor=' parameter -- You received this message because you

[Google Maps API v2] Re: Google Map Api is not working

2012-02-28 Thread Rossko
> in Contact Us form i have implemented the google map. You seem to have forgotten the mandatory 'sensor=' parameter -- 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-api@googlegroups.com. To

[Google Maps API v2] Re: Google Map Api is not working

2012-02-27 Thread snehal
hello, Following is the link for my project. http://adodis.in/snehal/magento/index.php/contacts/ in Contact Us form i have implemented the google map. Regards Snehal On Feb 27, 3:38 pm, Andrew Leach wrote: > On 27 February 2012 04:49, snehal wrote: > > > Hello Ranjeet, > > > Thanks a lot for

Re: [Google Maps API v2] Re: Google Map Api is not working

2012-02-27 Thread Andrew Leach
On 27 February 2012 04:49, snehal wrote: > Hello Ranjeet, > > Thanks a lot for your prompt reply but tried with both  google maps > v3  and google map v2 version and for both the version i am getting > same error. > > Please advice me in this. Please post a link so we can see. -- You received t

[Google Maps API v2] Re: Google Map Api is not working

2012-02-26 Thread snehal
Hello Ranjeet, Thanks a lot for your prompt reply but tried with both google maps v3 and google map v2 version and for both the version i am getting same error. Please advice me in this. On Feb 26, 7:26 am, Ranjeet Kumar Raya wrote: > The message clearly says you are using the wrong api key.

Re: [Google Maps API v2] help can't get google map api

2012-02-26 Thread Andrew Leach
On 26 February 2012 04:50, feixie wrote: > They are no longer "required" but you can create/register for one a Google > APIs Console. For the avoidance of doubt, valid keys ARE required for the Version 2 API, and it will not work without one. The Version 3 API *can* work without a key, but it's

Re:[Google Maps API v2] help can't get google map api

2012-02-26 Thread feixie
;tyyymyshoe"; Date: Fri, Feb 24, 2012 03:45 AM To: "Google Maps API V2"; Subject: [Google Maps API v2] help can't get google map api for some reason I can't get my google api to work with google maps for my website councilbluffsweb.com it always says ""

Re: [Google Maps API v2] Google Map Api is not working

2012-02-26 Thread Ranjeet Kumar Raya
The message clearly says you are using the wrong api key. Please check it. Make sure you are not using api key for google maps v3 on google maps v2 or vice versa. Thanks. On Sat, Feb 25, 2012 at 11:33 AM, snehal wrote: > hello > > I have implemented one module in magento site for displaying map.

Re: [Google Maps API v2] help can't get google map api

2012-02-26 Thread Ranjeet Kumar Raya
Hi, Goto this page this had the link to sign up for a api key on the top. http://code.google.com/apis/maps/documentation/javascript/v2/basics.html Thanks On Fri, Feb 24, 2012 at 1:30 AM, tyyymyshoe wrote: > for some reason I can't get my google api to work with google maps for > my website coun

Re: [Google Maps API v2] This web site needs a different Google Map API Key.

2012-02-26 Thread Ranjeet Kumar Raya
Dear Rich, Goto the page for obtaining the api key. I hope you have no problem getting the key. Then come back to the website pages and there you should find in the headers http://www.google.com/jsapi?key=ABCDEFG "> And you are supposed to replace the ABCDEFG with your api key. Thats it. On S

[Google Maps API v2] Google Map Api is not working

2012-02-25 Thread snehal
hello I have implemented one module in magento site for displaying map. I have created api key and have given it to the site but still i am getting following error. Google has disabled use of the Maps API for this application. The provided key is not a valid Google API Key, or it is not authoriz

[Google Maps API v2] help can't get google map api

2012-02-25 Thread tyyymyshoe
for some reason I can't get my google api to work with google maps for my website councilbluffsweb.com it always says ""Google has disabled use of the Maps API for this application. The provided key is not a valid Google API Key, or it is not authorized for the Google Maps Javascript API v2 on thi

[Google Maps API v2] This web site needs a different Google Map API Key.

2012-02-25 Thread webentpr
Hi, A new client gave me his website on a CD and asked me to host it for him. I did but when I tried to click on his Directions page I recevied the "This web site needs a different Google Maps API key. A new key can be generate at http://code.google.com/apis/maps/documentation/javascript/v2/int

[Google Maps API v2] Google Map API

2012-02-21 Thread Gregg Sudduth
Hi, I have a website that uses MapQuest API and I would like to find a programmer that can switch my site over to Google Maps. I am not a programmer for API, just know enought for page layout and do minor changes to .js .cs and such. The website is http://www.ApartmentPostings.com The reason for

[Google Maps API v2] Google Map API v2 key status problem

2012-02-18 Thread UnseenAthlete
I have created a Google Map API v2 key for my website...but it simply not working...and shows a alert message like below. But another v2 API key is working on my another website. So plz help me what I do...? Client ID: 515767172398.apps.googleusercontent.com ""Google has disabled

[Google Maps API v2] Re: google map api v3 position variation to v2 static api?

2012-01-07 Thread Al Black
Thanks so much Andrew. Fixed! Cheers -- 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-api@googlegroups.com. To unsubscribe from this group, send email to google-maps-api+unsubscr...@googleg

[Google Maps API v2] Re: google map api v3 position variation to v2 static api?

2012-01-06 Thread Andrew Leach
On Jan 6, 10:37 pm, Al Black wrote: > I have a google map using the dynamic V3 API and also several *static* > V2 API maps, all on the same > page.http://www.centurionrunning.com/thames-path-100-2012/aid-stations/ > > I am using exactly the same lat long co-ordinates for both dynamic v3 > and sta

[Google Maps API v2] google map api v3 position variation to v2 static api?

2012-01-06 Thread Al Black
I have a google map using the dynamic V3 API and also several *static* V2 API maps, all on the same page. http://www.centurionrunning.com/thames-path-100-2012/aid-stations/ I am using exactly the same lat long co-ordinates for both dynamic v3 and static v2 maps, however there is a huge discrepanc

[Google Maps API v2] Re: Will Google map API Premier License supports KML Layer

2011-10-17 Thread geocode...@gmail.com
ode...@gmail.com < > > geocode...@gmail.com> wrote: > > >> On Oct 14, 11:33 pm, "geocode...@gmail.com" > >> wrote: > >> > On Oct 14, 7:19 pm, Garthan wrote: > > >> > > On Oct 12, 8:01 am, Rossko wrote:> > If > >&

Re: [Google Maps API v2] Re: Will Google map API Premier License supports KML Layer

2011-10-17 Thread Lance Dyas
>> > > On Oct 12, 8:01 am, Rossko wrote:> > If >> I purchase Google Map API V2 Premier >> > > > > license, will it support local kml file access? >> > >> > > > I don't think so. >> > >> > >

Re: [Google Maps API v2] Re: Will Google map API Premier License supports KML Layer

2011-10-17 Thread Lance Dyas
On Sat, Oct 15, 2011 at 1:47 AM, geocode...@gmail.com wrote: > On Oct 14, 11:33 pm, "geocode...@gmail.com" > wrote: > > On Oct 14, 7:19 pm, Garthan wrote: > > > > > On Oct 12, 8:01 am, Rossko wrote:> > If I > purchase Google Map API V2 Premier >

[Google Maps API v2] Re: Will Google map API Premier License supports KML Layer

2011-10-14 Thread geocode...@gmail.com
On Oct 14, 11:33 pm, "geocode...@gmail.com" wrote: > On Oct 14, 7:19 pm, Garthan wrote: > > > On Oct 12, 8:01 am, Rossko wrote:> > If I > > purchase Google Map API V2 Premier > > > > license, will it support local kml file access? > > >

[Google Maps API v2] Re: Will Google map API Premier License supports KML Layer

2011-10-14 Thread geocode...@gmail.com
On Oct 14, 7:19 pm, Garthan wrote: > On Oct 12, 8:01 am, Rossko wrote:> > If I > purchase Google Map API V2 Premier > > > license, will it support local kml file access? > > > I don't think so. > > > You certainly won't be able to us

[Google Maps API v2] Re: Will Google map API Premier License supports KML Layer

2011-10-14 Thread Garthan
On Oct 14, 9:19 pm, Garthan wrote: > On Oct 12, 8:01 am, Rossko wrote:> > If I > purchase Google Map API V2 Premier > > > license, will it support local kml file access? > > > I don't think so. > > > You certainly won't be able to us

[Google Maps API v2] Re: Will Google map API Premier License supports KML Layer

2011-10-14 Thread Garthan
On Oct 12, 8:01 am, Rossko wrote: > > If I purchase Google Map API V2 Premier > > license, will it support local kml file access? > > I don't think so. > > You certainly won't be able to use kmlLayer with v2, since that is a > v3 method. > > >

[Google Maps API v2] Re: Will Google map API Premier License supports KML Layer

2011-10-12 Thread Rossko
> If I purchase Google Map API V2 Premier > license, will it support local kml file access? I don't think so. You certainly won't be able to use kmlLayer with v2, since that is a v3 method. > Please suggest me. I am waiting for your reply. Look into GeoXml or EGeoXml if you

[Google Maps API v2] Will Google map API Premier License supports KML Layer

2011-10-12 Thread Nagaraj Hebbar
Hi All, I am getting one issue on using Google Map API with KML Layer reference. The issue is, to access KML file using KML Layer, the KML file should be placed on some public website. That means the google should access that file. I dont want that things should happen. If I purchase Google

[Google Maps API v2] [google map API V2] route on a map - get ALL Coordonate

2011-09-25 Thread nparis
Hello, I want to incorporate this API in a "carpooling website". What I want to do is the user inscribe his way (you know, route in green color...) on the google map and me, i get the coordonate of this way. I would like to get a coordonate for every kilometers. I know that it is possible to get a

[Google Maps API v2] overlaying shape file on google map api

2011-09-19 Thread Ram
hi, i am newbie to this googlemaps api and programming . how to overlay a shapefile over a google map api ?? i need detailed answer. plz help me thanks and regards -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to

[Google Maps API v2] Re: How To Add Custom Marker On Polyline Google Map Api V 2 C# Web App

2011-09-06 Thread syed raza
Thanks Rosko i have got it ! -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-api/-/2oLS4MyZw8sJ. To post to this group, send email to google-maps-api@goo

[Google Maps API v2] Re: How To Add Custom Marker On Polyline Google Map Api V 2 C# Web App

2011-09-06 Thread Rossko
> Rossko i wanna add custom icom on polyline but when i try to do it it wouls > cretes icon aside by polyline not exactly on polyline   > what is the reason behind it ? The marker gets put where you tell it to go. > how would i create icon exactly on polyline We do not know where you expect it

[Google Maps API v2] Re: How To Add Custom Marker On Polyline Google Map Api V 2 C# Web App

2011-09-05 Thread syed raza
Rossko i wanna add custom icom on polyline but when i try to do it it wouls cretes icon aside by polyline not exactly on polyline what is the reason behind it ? how would i create icon exactly on polyline Regards, -Mohsin -- You received this message because you are subscribed to the Google

  1   2   3   4   5   6   >