Re: [Google Maps API v3] API platform

2012-06-07 Thread Alan Smith
Have a look at gpsanimator.com/StarTraX. And check out the associated app on the Droid market. On Jun 8, 2012 12:46 AM, "Ryan Fedorow" wrote: > Looking for a API platform that I can download GPS device data and > look at lap times but also have networking capabilities with other > users and compe

[Google Maps API v3] standard map and streetmap + infowindow - strange behavior/bug?

2012-06-07 Thread THE_AI
Hey guys, I'm trying something fairly simple - showing an infowindow - either on the standard map or in streetview - depending on where the user is right now. Here is my example code: http://jsfiddle.net/compojoom/X5r8r/484/ Under the map there is a click me button. When you press it - the infow

[Google Maps API v3] Re: Questions on license restrictions

2012-06-07 Thread Rossko
> 1. First of all are we allowed to modify the search results? I don't believe Directions results are what Google means when it refers to "search results" in the Terms 10.1.1.(d) I would call Directions results 'Content', as is mentioned in 8.3.(a). > Namely to change the > duration (time) data g

Re: [Google Maps API v3] Re: Road-bound path between two coordinates (and stackoverflow)

2012-06-07 Thread Cameron Crum
Is the map a gogle map? On Thu, Jun 7, 2012 at 1:40 PM, Fabrizio Bartolomucci wrote: > Nope: I just return them to my app that rebuilds it on its own map. > > Il giorno 07/giu/2012, alle ore 20:30, Rossko ha scritto: > > >> I was lloking for an api from > >> google that would return a set of coor

[Google Maps API v3] Re: Confusing usage limits

2012-06-07 Thread Rossko
> So I did a bit of reading and found out those 2 articles which I find > contradictory: > > https://developers.google.com/maps/documentation/javascript/usage That page doesn't refer to geocoding at all > https://developers.google.com/maps/articles/geocodestrat#quota-limits > > I used to plan on

Re: [Google Maps API v3] Re: Road-bound path between two coordinates (and stackoverflow)

2012-06-07 Thread Fabrizio Bartolomucci
Nope: I just return them to my app that rebuilds it on its own map. Il giorno 07/giu/2012, alle ore 20:30, Rossko ha scritto: >> I was lloking for an api from >> google that would return a set of coordinates able to follow the roads > > But do read the Terms of Use, which require you to use Dire

[Google Maps API v3] Re: Road-bound path between two coordinates (and stackoverflow)

2012-06-07 Thread Rossko
> I was lloking for an api from > google that would return a set of coordinates able to follow the roads But do read the Terms of Use, which require you to use Directions coordinates in conjunction with a Google Map of some kind. -- You received this message because you are subscribed to the Goo

Re: [Google Maps API v3] Grid overlay on to map

2012-06-07 Thread Barry Hunter
Probably a big late for this thread, but Bill has ported his grids to v3... http://www.bdcc.co.uk/Gmaps/ll_grat_v3_demo.htm More... http://www.bdcc.co.uk/Gmaps/BdccGmapBits.htm On Thu, Jan 26, 2012 at 9:28 AM, tezz wrote: > Do someone have an example of a custom grid overlay for v3? I'm > try

Re: [Google Maps API v3] Re: Grid overlay on to map

2012-06-07 Thread Fabrizio Bartolomucci
Yes, I did. I used the Directions library from Google and a decoder in php to extract the coordinated from the encoded gibberish. Thanks anyway, Fabrizio Il giorno 04/giu/2012, alle ore 18:07, Benoit Vachon ha scritto: > Have you found a solution? I developed the exact same thing using a custom

Re: [Google Maps API v3] [REQUEST] InfoBubble Library & Adding CSS Classes To Bubble Elements

2012-06-07 Thread Johnny K Lo
At one point, someone reminded me the one can use jquery selector and .parent to select the container. You can then assign class or css styles to it. I haven't tried it myself though. On Wed, Jun 6, 2012 at 8:20 AM, Mike DeVita wrote: > I would like to know if its possible for the creator of I

Re: [Google Maps API v3] Query Regarding Google Maps Javascript API v2 Key

2012-06-07 Thread Johnny K Lo
V2 is deprecated and V3 does not require a key. For new development, why not use V3? On Tue, Jun 5, 2012 at 2:21 AM, Amit R Prasad wrote: > Hi, > > I have generated key using Google Maps Javascript API v2 > > Query 1) It show Sample Period 28 Days, does it mean we have to > generate another AP

Re: [Google Maps API v3] API platform

2012-06-07 Thread Cameron Crum
Sounds like you need a custom developer. I'm not sure where your "lap times" are coming from though as I don't think this is part of the NMEA data in most GPS units. You can maybe get speed and heading at each point, but unless you have some kind of synced timer with the coordinates, I'm not sure h

Re: [Google Maps API v3] Road-bound path between two coordinates (and stackoverflow)

2012-06-07 Thread Cameron Crum
Google Directions will give you what you need. Cameron On Mon, Jun 4, 2012 at 8:01 AM, fbartolom wrote: > Hullo, > I post here as I was inexplicably banned by StackOverflow, perhaps > because of my non-english mother tongue, and I hope google does not > move there so giving that forum the right

[Google Maps API v3] google maps ipad/mobile usage

2012-06-07 Thread John S
This is more specific in regards to the ipad, but applied to all touch devices. I wanted to see if anyone know about any map events being added that are specific to touch devices. So far they're all specific to mouse events. This question is coming up from some mapping tools I've put together that

[Google Maps API v3] API platform

2012-06-07 Thread Ryan Fedorow
Looking for a API platform that I can download GPS device data and look at lap times but also have networking capabilities with other users and compete against them. Any help? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To p

[Google Maps API v3] Extended the InfoBubble Library to allow some new things

2012-06-07 Thread Mike DeVita
I've began work on modifying the InfoBubble Library to include a few new features.. - Active Tab Class Definition - Tab Padding Separation from InfoBubble Padding You can see the work im doing at: https://github.com/gorelative/InfoBubble This Repo was pushed just a few minutes ago so i

[Google Maps API v3] [REQUEST] InfoBubble Library & Adding CSS Classes To Bubble Elements

2012-06-07 Thread Mike DeVita
I would like to know if its possible for the creator of InfoBubble or someone else to add the functionality to define classes for the bubble containers.. Tabs, and the popup itsself. I would love to apply custom styling to each of these popups that would be more specific than defining the backg

[Google Maps API v3] InfoBubble Library Add Classes For Custom Styling

2012-06-07 Thread Mike DeVita
It'd be great to add classes for css styling of the InfoBubble and the infowindow it creates. This is especially helpful if you're trying to apply gradients or jQuery based styling. I will look at the code and attempt to make it add classes but yeah.. probably best an expert looks at it :) --

[Google Maps API v3] Query Regarding Google Maps Javascript API v2 Key

2012-06-07 Thread Amit R Prasad
Hi, I have generated key using Google Maps Javascript API v2 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 Refer

[Google Maps API v3] Confusing usage limits

2012-06-07 Thread Mickael
Hi guys, I'm a bit confused regarding the usage limits for geocoding requests. I use to work with this API (a few months ago) and I never used any kind of API key. While coming back to my old code, I realize that this is now required. So I did a bit of reading and found out those 2 articles whic

Re: [Google Maps API v3] Re: Grid overlay on to map

2012-06-07 Thread Benoit Vachon
Have you found a solution? I developed the exact same thing using a custom map type (no polylines) and it eliminates all performance issues. On Friday, 27 January 2012 18:24:27 UTC-5, teja wrote: > > Thanks for your ideas guys. > I very much appreciate thhem. > this forum is a life saviour for m

[Google Maps API v3] Road-bound path between two coordinates (and stackoverflow)

2012-06-07 Thread fbartolom
Hullo, I post here as I was inexplicably banned by StackOverflow, perhaps because of my non-english mother tongue, and I hope google does not move there so giving that forum the right to exclude even the clients of google from its support! At any rate, I would like to build a road-bound path betwe