[Google Maps API v3] Re: Historical Traffic Data API or access

2018-03-18 Thread sam . d . edelson
Does anyone know if this has changed? Has this data now been open up or did you ever find a solution? On Sunday, April 3, 2011 at 1:13:43 PM UTC-4, Ralph wrote: > > Hi, > > I'd like to access the historical vehicle highway and road traffic > data. Is there an API or data file that is availabl

[Google Maps API v3] drawing mode and marker event

2012-01-04 Thread sam
Hello, I'm using the new drawing mode option for google map API v3. It works great ! But I would like to be able to be in drawing mode (POLYGON or other shape) and also have 'access' to allready present markers event (mouseover, click ...). In my case, I have a map where user can draw, but on tha

[Google Maps API v3] Re: how to find the selected route index in google map api v 3

2011-12-16 Thread sam
MymsMan thaank soo much that worked really fine...cant tell you how long i have been dealing with this issue... thnks again :) -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion o

[Google Maps API v3] Re: how to find the selected route index in google map api v 3

2011-12-16 Thread sam
Thanks MymsMan for ur reply but what i want is user will select any route from suggested route and will click on the save button so that i can save the route index in my database. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group

[Google Maps API v3] Re: how to find the selected route index in google map api v 3

2011-12-16 Thread sam
then how can i figure out the index any other way ?? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/r0sq6c-dgyoJ. To post to this

[Google Maps API v3] Re: How to Create the Drop Pin function like on "My Places" ?

2011-12-15 Thread sam
can any body tell me how can i find the selected route index from suggested routes of google map using javascript -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.c

[Google Maps API v3] how to find the selected route index in google map api v 3

2011-12-15 Thread sam
I am using google map 3 and able to show multiple routes in the div which i pass in setpanel() method. now what i want is when i click on any suggested route i should able to get the index of that route. please help its urgent. thanks in advance. -- You received this message because you are subsc

[Google Maps API v3] Re: markers images for retina display?

2011-11-04 Thread sam
I got it. You use the scaledSize property of the MarkerImage class. On Nov 4, 2:49 pm, sam wrote: > Is there a way to use double-sized images for markers so they look > good on the iPhone Retina display? -- You received this message because you are subscribed to the Google Groups "

[Google Maps API v3] markers images for retina display?

2011-11-04 Thread sam
Is there a way to use double-sized images for markers so they look good on the iPhone Retina display? -- 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. T

[Google Maps API v3] Re: Street View Plotting

2011-11-03 Thread Sam
On Oct 28, 5:50 am, jufemaiz wrote: > Let me have a shot at this. You're probably going to have real troubles > getting this to work, and the dominant reason is that the "canvas" on which > users click has no depth. You'll at best get a target direction - but no > idea how "far" away from "here"

[Google Maps API v3] Re: How to maintain map center LatLng while window resizing?

2011-10-27 Thread sam
FWIW, for now I'm just going to go with this: function resize() { if (g_map) { var center = g_map.getCenter(); google.maps.event.trigger(g_map, 'resize'); g_map.setCenter(center); } } On Oct 27, 4:55 pm, sam wrote: > How do I maintain the map

[Google Maps API v3] How to maintain map center LatLng while window resizing?

2011-10-27 Thread sam
How do I maintain the map's center position (lat/lng) when the user resizes their browser window? Here's what I have, but I'm not thrilled with it. This function is bound to the window's resize event. It resets the center every 10 milliseconds during the resizing. I got the idea from StackOverflow

[Google Maps API v3] Re: Street View Plotting

2011-10-27 Thread Sam
Bump On Oct 21, 5:00 pm, Sam wrote: > Hi, I am new to the group recently, I have been trying to design a > object capturing system using google maps API. What i am trying to do > is allowing a user to click on the street view and plot an object from > that reference point.. Is there

[Google Maps API v3] Street View Plotting

2011-10-21 Thread Sam
allow me do that?I had a quick search to the group and I couldn't find anything. If anyone can point me in the right direction I be very greatful. Thanks Sam -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To pos

Re: [Google Maps API v3] Polyline not showing/working in Internet Explorer

2011-07-18 Thread Sam Doyle
Also your markup is wrong, which I think is the issue. Remove your canvas holder from the __ Sam Doyle @sam_doyle On 18 Jul 2011, at 01:24, fpm_user wrote: > Here is my javascript for my polyline. Its not showing up on Internet > Explorer for some reason, it does howeve

Re: [Google Maps API v3] Re: IE8 bug: An Unspecified error in main.js

2011-07-07 Thread Sam Doyle
Surely that'll essentially mean two loads of main.js causing errors ______ Sam Doyle @sam_doyle On 7 Jul 2011, at 16:57, Dianne van Dulken wrote: > I had something very similar with IE8. > > I think it was the order that the dom was reading things. > > Try, as a t

Re: [Google Maps API v3] Re: Closing an InfoWindow opens another new Marker in upright from previous marker??

2011-06-17 Thread Sam Doyle
function doNothing() {} Remove braces __ Sam Doyle @sam_doyle On 17 Jun 2011, at 16:27, vas wrote: >function doNothing() {} -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to thi

[Google Maps API v3] Geocoder not Geocoding Properly

2011-06-15 Thread Sam
I am having an issue with the geocoder that I am hoping someone can help me with. On my website http://stage.specialsagent.com if you enter Chicago and submit it will try to geo on "Chicago, IL" notice the space, however if you geo on "Chicago,IL" (no space) it says that google found zero resul

Re: [Google Maps API v3] Re: Get at Google Maps from a Chrome extension?

2011-06-09 Thread Sam Dutton
I got this working, based on Chris's example -- see Chrome extension content script below. Thanks Chris! Not sure if I'd implement this in a published extension though: I feel uncomfortable (as Rossko suggests) 'hijacking' the constructor, even if my intentions

[Google Maps API v3] Google Maps and Fusion Tables - LineString, Boundaries & Markers

2011-06-06 Thread Sam Doyle
add a "BUFFER" of 5 meters, essentially > just marking the 5 meters around each pipe line. Any help would be EXTREMELY helpful. I have spent the pasy 2/3 days googling around to find these answers. Sam -- You received this message because you are subscribed to the Google Groups "Goo

Re: [Google Maps API v3] Re: Get at Google Maps from a Chrome extension?

2011-06-04 Thread Sam Dutton
x27;hijack' maps on arbritary webpages" -- I agree it does sound dodgy, but what I'm attempting is benign: a better Google Maps print function. Sam -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3"

Re: [Google Maps API v3] Get at Google Maps from a Chrome extension?

2011-06-03 Thread Sam Dutton
onstructors and store a reference somewhere. Not sure what you mean by this -- could you elaborate? Obviously an extension could only get access to Map objects after page load. Sam -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3

[Google Maps API v3] Get at Google Maps from a Chrome extension?

2011-06-03 Thread Sam Dutton
Is it possible to get the Map object(s) for a page that has one or more Google Maps on it, in Chrome at least? >From a Chrome extension, I would like to access Map objects any Google Maps that are on the current page. ...or is there a reason why this isn't possible? (Also asked this question

[Google Maps API v3] my 3d demo in javascript

2011-05-05 Thread SaM$oL
check my 3d demo developed in raphael javascript library: www.samsol3diphone.blogspot.com/p/3d-demo-in-javascript.html -- 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@go

[Google Maps API v3] please this is Direct Client Requirements and send hot list.

2011-01-27 Thread sam johnson
Hi Partners Iam Sam working in ALLIED DEPLOYMENT SERVICES as a Technical recruiter We are looking for Partners to help provide services to our DIRECT CLIENTS. Allied Deployment Services provides IT Consulting services to its direct clients and System Integrators. If you want to get partnered

[Google Maps API v3] please this is Direct Client Requirements send hot list

2011-01-27 Thread sam johnson
Hi Partners Iam Sam working in ALLIED DEPLOYMENT SERVICES as a Technical recruiter We are looking for Partners to help provide services to our DIRECT CLIENTS. Allied Deployment Services provides IT Consulting services to its direct clients and System Integrators. If you want to get partnered

[Google Maps API v3] Direct Client Requirements.

2011-01-26 Thread sam johnson
Hi Partners Iam Sam working in ALLIED DEPLOYMENT SERVICES as a Technical recruiter We are looking for Partners to help provide services to our DIRECT CLIENTS. Allied Deployment Services provides IT Consulting services to its direct clients and System Integrators. We work with clients ITC

Re: [Google Maps API v3] How to forward clicks on a KmlLayer to the underlying map?

2011-01-05 Thread sam
How would I implement it as a custom control? Is there a way to center a control and pass events through to the map? The only positioning constants I've seen for controls are for the edges. I've tried the techniques where you bind a marker to the center, but the problem is that the marker posit

[Google Maps API v3] How to forward clicks on a KmlLayer to the underlying map?

2011-01-04 Thread sam
I have a map with a KML layer that displays a simple crosshair in the center of the screen. As it stands the crosshair blocks clicks from registering on the map. My attempt to forward clicks on the KmlLayer to the map looks like this: // Init crosshairs var crosshairsLayer = new google

[Google Maps API v3] Re: How to mimic GScreenOverlay in V3?

2011-01-03 Thread sam
Thank you, Larry. I now have the KML crosshairs working, but there is still a small problem. The crosshairs block mouse events from reaching the map. If a user tries to drag the map when their cursor is over the crosshairs, it won't work. If I could capture and forward the drag to the map, I gu

[Google Maps API v3] How to mimic GScreenOverlay in V3?

2011-01-03 Thread sam
I have an app that uses V2 of the API (http://www.treksee.com). I'd like to upgrade to V3. In the center of the map I display a crosshair. This is implemented with the GScreenOverlay object. The crosshair is fixed in the center of the viewport and allows mouse events through to the underlying m

[Google Maps API v3] Re: Google API doesn't working in Win mobile 7 emulator

2010-09-15 Thread Sam
want to look at the Maps API Web Services for getting > directions server-side. > > Chad Killingsworth > > On Sep 15, 4:44 am, Sam wrote: > > > > > Please give me some server-side > > technology which are creating KML. > > :-( please help. > >

[Google Maps API v3] Re: Google API doesn't working in Win mobile 7 emulator

2010-09-15 Thread Sam
> > Chad Killingsworth > > On Sep 15, 4:44 am, Sam wrote: > > > > > Please give me some server-side > > technology which are creating KML. > > :-( please help. > > > On Sep 15, 1:56 pm, Rossko wrote: > > > > > Please give me some sa

[Google Maps API v3] Re: Google API doesn't working in Win mobile 7 emulator

2010-09-15 Thread Sam
Please give me some server-side technology which are creating KML. :-( please help. On Sep 15, 1:56 pm, Rossko wrote: > > Please give me some sample which is showing direction between 2 points > > using KML Layer. > > I don't know of one at all. > There are probably examples of building KML in wh

[Google Maps API v3] Re: Google API doesn't working in Win mobile 7 emulator

2010-09-14 Thread Sam
Ok I will try it. Please give me some sample which is showing direction between 2 points using KML Layer. On Sep 14, 3:56 pm, Rossko wrote: > > But however I have opened google map from my WM7 emulator. > > There google map direction is working properly. > > If you mean maps.google.com, I believe

[Google Maps API v3] Re: Google API doesn't working in Win mobile 7 emulator

2010-09-14 Thread Sam
ok well I have checked it earlier with some simple JavaScript Samples. It's not working. So, I guess this one will not be worked. But however I have opened google map from my WM7 emulator. There google map direction is working properly. On Sep 14, 2:16 am, Chad Killingsworth wrote: > Or start wi

[Google Maps API v3] Re: Google API doesn't working in Win mobile 7 emulator

2010-09-14 Thread Sam
ok well I have checked it earlier with some simple JavaScript Samples. It's not working. So, I guess this one will not be working. But however I have open google map from my WM7 emulator. There google map direction is working properly. On Sep 13, 2:17 pm, Esa wrote: > Does WM7 browser render poly

[Google Maps API v3] Re: Google API doesn't working in Win mobile 7 emulator

2010-09-12 Thread Sam
ok. Here is my code: Google Maps JavaScript API v3 Example: Map Geolocation http://code.google.com/apis/maps/documentation/javascript/ examples/default.css" rel="stylesheet" type="text/css" /> http://maps.google.com/maps/api/js? sensor=false"> http://code.google.com/apis/gears/ gears_

[Google Maps API v3] Re: Google API doesn't working in Win mobile 7 emulator

2010-09-09 Thread Sam
Hi Rossko, Thanks for replying. I have sent my html page to you. please help me. :-( On Sep 10, 12:37 am, Rossko wrote: > Have you tried your application in a desktop browser ? > Have you tried it in a real Win mobile 7, rather than an enulator > (which may itself be imperfect) ? > We can't try

[Google Maps API v3] Google API doesn't working in Win mobile 7 emulator

2010-09-09 Thread Sam
Hi All, I am trying to develop an application where I am trying to show directions between 2 particular place. It is a html page where I have declared all JavaScripts which are related to the application. When application launched it shows that html page in a mobile web browser. Most the JavaScri

[Google Maps API v3] GeoRSS in V3

2010-04-16 Thread Cedric Sam
Is GeoRSS going to be supported by the V3 API in the near future? -- 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

[Google Maps API v3] Re: Pan Control 'Return to the last result' disabled

2010-01-28 Thread Sam
Hi again I am currently using V2. I'd like to use V3 to take advantage of the new format. But what resists me is the 'Return to the las result' is disabled. Please anyone give me an idea on how to enable it. Thanks. On Jan 22, 2:12 pm, Sam wrote: > Hi, > I notice the '

[Google Maps API v3] Pan Control 'Return to the last result' disabled

2010-01-22 Thread Sam
Hi, I notice the 'Return to the last result' button in the Pan Control is disabled. How would I enable it just like in the V2? here's an example.. http://code.google.com/apis/maps/documentation/v3/examples/map-simple.html -- You received this message because you are subscribed to the Google Grou

[Google Maps API v3] Bus Icons

2010-01-19 Thread Sam Benson
Is there any way to stop the bus icons from showing on the V3 maps? I'm planning on plotting my own bus stops and some won't match up exactly with Google's. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, s