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 s

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] Digest for google-maps-...@googlegroups.com - 3 Messages in 1 Topic

2012-09-04 Thread Albert Arul Prakash Rajendran
r more options, > visit<http://groups.google.com/group/google-maps-api/topics>this group. > > -- > 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.co

Re: marker located on a directions route after given interval

2010-08-18 Thread albert
That's it. Great thanks. Much appreciated! -- 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-...@googlegroups.com. To unsubscribe from this group, send email to google-maps-api+unsubscr...@googl

marker located on a directions route after given interval

2010-08-17 Thread albert
Hi All, I'm trying to see whether it's possible to place a marker on a directions route. What I have in mind as a New York to Boston directions route where the marker is located say 100 miles along or perhaps even time-based, i.e. 2 hours along the route (avg speed). Is this reasonably straight

Re: Problem with loop for getDistance

2009-12-08 Thread albert
Thanks for your help Mike! I'm still struggling getting data from the db to the array but that's not related to GMap. -- 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-...@googlegroups.com. To u

Re: Problem with loop for getDistance

2009-12-07 Thread albert
"10.12 use or display the Content without a corresponding Google map, unless you are explicitly permitted to do so in the Maps APIs Documentation, the Street View API Documentation, or through written permission from Google (for example, you must not use geocodes obtained through the Service except

Re: Problem with loop for getDistance

2009-12-07 Thread albert
On Dec 7, 11:48 am, Mike Williams wrote: > Could you tell me how your page will comply with para 10.12 of the > Terms? I'm not keen on giving you a detailed solution if you're going to > end up with a page that violates the Terms. > > -- > Mike Williamshttp://econym.org.uk/gmap "10.2 copy, tran

Re: Problem with loop for getDistance

2009-12-07 Thread albert
.htm suggests, I can't seem to be able to figure out how to implement it in my code as I'm not fetching an xml file? Thanks for your help!! albert -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send e

Re: Problem with loop for getDistance

2009-12-06 Thread albert
... and great thanks in advance! This is doing my head in!!! -- 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-...@googlegroups.com. To unsubscribe from this group, send email to google-maps-api

Problem with loop for getDistance

2009-12-06 Thread albert
Hi All, I'm trying to create an array of distances using parameters from a database. The problem I have is with the loop. I only seem to retrieve the last value. Can anyone help me? Here is the code: <% set conn=Server.CreateObject("ADODB.Connection") conn.Provider="Microsoft.Jet.OLEDB.4.0" co

Re: Google Maps API not loading

2009-01-29 Thread albert
It has recovered and now the API is loading correctly again. It has been happening quite frequently lately. On Jan 29, 3:38 pm, albert wrote: > Hi, > > I'm experiencing some trouble with the Google Maps API not loading > correctly. > > In all instances (example:http://ww

Google Maps API not loading

2009-01-29 Thread albert
entation/examples/map-simple.html) BTW this is happening in South Africa and in Greece. Any ideas or suggestions? Albert --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to t

String length of a latitude (or longitude)?

2009-01-23 Thread Albert Hendriks
Hi, I'd like to know the maximum string length (or an upperbound for it) that could be necessary to represent a latitude (or longitude). I need to know this because I want to store it in a mysql column. When creating the column, I have to supply a length for it (e.g. VARCHAR (40)). --~--~---

Re: Licensing

2008-10-26 Thread albert
Hi Andrew, On Oct 26, 6:45 pm, "warden [Andrew Leach - Maps API Guru]" <[EMAIL PROTECTED]> wrote: > On Oct 26, 3:21 pm, albert <[EMAIL PROTECTED]> wrote: > > > From the Google Maps API Terms of Use: > > [quote] > > The API may be used only

Re: Licensing

2008-10-26 Thread albert
Hi Andrew, On Oct 26, 4:30 pm, "warden [Andrew Leach - Maps API Guru]" <[EMAIL PROTECTED]> wrote: > On Oct 26, 1:36 pm, albert <[EMAIL PROTECTED]> wrote: > > > Thirdly visitors will be able to subscribe to obtain automatic alerts > > of data change

Licensing

2008-10-26 Thread albert
ure about whether the paid for services available from the same site and interface will violate the terms. Any clarification on this will be appreciated. Albert --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Goo

Re: Static maps coordinates

2008-09-01 Thread albert
On Aug 27, 3:55 pm, bratliff <[EMAIL PROTECTED]> wrote: > On Aug 27, 6:35 am, albert <[EMAIL PROTECTED]> wrote: > > > Thanks bratliff and Barry. > > > bratliff is there any restrictions on the code you wrote? > > Go for it - no restrictions. Thank you.

Re: Static maps coordinates

2008-08-26 Thread albert
On Aug 27, 9:35 am, albert <[EMAIL PROTECTED]> wrote: > This requires the Google_Maps class from bratliff. I made a mistake in the credit. The JavaScript code from bratliff was used originally and put me well on the way. I then stumpled along http://www.appelsiini.net/2008/6/clickabl

Re: Static maps coordinates

2008-08-26 Thread albert
Thanks bratliff and Barry. bratliff is there any restrictions on the code you wrote? I have the following PHP code for determining the zoom level where the entire area fits: [code] class LatLng { function LatLng($fLat, $fLng) { $this->lat = $fLat; $this->lng = $fLng; } } class Point