[Google Maps API v3] In google Api V3

2011-04-15 Thread Amit Dhankhar
How to use gooele earth plugin using Google API V3 in asp.net. -- 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. To unsubscribe from this group, send em

[Google Maps API v3] driving directions

2011-04-15 Thread Niklas Rosencrantz
Hi I want a small popup with "driving directions" to my places. A typical map is http://www.koolbusiness.com/4118181/website-designing-at-low-cost where I want to provide a small popup that can give driving directions to the marker. Can you inform of a suitable way to proceed? Thanks Niklas --

Re: [Google Maps API v3] Re: Polygons not rendering

2011-04-15 Thread Chris Broadfoot
Okay - but what do you gain here? Are you displaying the same Polygon/Polyline on different maps? Chris -- http://twitter.com/broady -- 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-

Re: [Google Maps API v3] R: 2011/4/14 - New Release

2011-04-15 Thread Chris Broadfoot
Thanks, this has been fixed. The problem was using shorthand color notation (i.e. #369 as opposed to #336699) On Fri, Apr 15, 2011 at 5:15 PM, Alessandro Giannini < infinity.so...@gmail.com> wrote: > Hi ! > > with last version, using Chrome or FF , the sample ' > http://code.google.com/intl/it-IT

[Google Maps API v3] Re: How to place the right markers on a map

2011-04-15 Thread geocode...@gmail.com
On Apr 15, 6:43 am, amitsh wrote: > Hi. > > I managed to add a Google map to my site and place a marker on it. > > - From a large list of coordinates how can I tell which ones are > supposed to appear on the map? > Do I have to write a function that goes over all the coordinates in > the DB and fo

[Google Maps API v3] Re: 2011/4/14 - New Release

2011-04-15 Thread Todd Taylor
With the use of Canvas now for polylines, does this open up the possibility of dashed or dotted line rendering? Baked-in support in the API or a utility library add-on would be great. Here's an open feature request for this, which folks can star if interested: http://code.google.com/p/gmaps-api-iss

[Google Maps API v3] How to place the right markers on a map

2011-04-15 Thread amitsh
Hi. I managed to add a Google map to my site and place a marker on it. - From a large list of coordinates how can I tell which ones are supposed to appear on the map? Do I have to write a function that goes over all the coordinates in the DB and for each one checks if it's in the map's range? -

Re: [Google Maps API v3] Re: 2011/4/14 - New Release

2011-04-15 Thread Stephan Bardubitzki
The interesting thing in the change of the TOS is that the Static Maps API can be used outside a browser, but this still requires an Internet connection. There are regions on our planet where there is no Internet service of any kind - and properly will never be - due to the vast distance between c

Re: [Google Maps API v3] Re: Polygons not rendering

2011-04-15 Thread Jason Sanford
Ahh, ok Bummer. I've implemented this MVCArray-sharing technique for measuring lines/polygons on a few different applications. In my opinion, this is one of the big reasons to use MVCArrays, so that related feature(s) can automatically be notified of changes. Like you said, using two separate MVCA

[Google Maps API v3] Re: Tabbed Information in Info Balloons

2011-04-15 Thread Chandra Miller
Thank you for your input. I will take a look at the examples. I am going to start playing with code and see if I can get something figured out. I will keep you posted. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post t

Re: [Google Maps API v3] Re: draggable polylines

2011-04-15 Thread Jorge Flores
thanks Ill give it a try 2011/4/15 Pil > Not through the API. You'd have to do it yourself. It's not that > difficult > > http://www.wolfpil.de/v3/flexible-polygon.html > > > On Apr 15, 5:53 pm, Jorge Flores wrote: > > hello, > > is there a way to create draggable polylines like a property or >

[Google Maps API v3] Re: draggable polylines

2011-04-15 Thread Pil
Not through the API. You'd have to do it yourself. It's not that difficult http://www.wolfpil.de/v3/flexible-polygon.html On Apr 15, 5:53 pm, Jorge Flores wrote: > hello, > is there a way to create draggable polylines like a property or > something, I could save the new lat and probably move th

[Google Maps API v3] draggable polylines

2011-04-15 Thread Jorge Flores
hello, is there a way to create draggable polylines like a property or something, I could save the new lat and probably move the original point to this new one I was just wondering if there where something like draggable in directions. thx John -- You received this message because you are subscri

Re: [Google Maps API v3] Re: external link to open infowindow

2011-04-15 Thread Andrei Blidariu
Is working. Thank you very much for your help. 2011/4/15 geocode...@gmail.com > On Apr 15, 6:49 am, Andrei Blidariu wrote: > > I saw this example but I do not know javascript very well and i do not > > understand how to update this example to my map ( > http://dinmarmura.ro/map/exemplu1.html)

[Google Maps API v3] Re: Pass Javascript Variable of a Google Map to PHP page

2011-04-15 Thread en4ce
i do it with jquery its quite easy, i give you an example function save(whatever){ $.ajax({ type: "POST", url: "myphpfile.php", data: "whatever=" + whatever, success: function whatever(data) { alert(whatever); } }); } myphpfile.php: thats it as a really si

[Google Maps API v3] Re: Pass Javascript Variable of a Google Map to PHP page

2011-04-15 Thread harik
Will Look into it .. Can you refer me any good links for it? -- 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. To unsubscribe from this group, send ema

[Google Maps API v3] Re: Pass Javascript Variable of a Google Map to PHP page

2011-04-15 Thread geocode...@gmail.com
On Apr 15, 8:09 am, harik wrote: > Hi .. > I want  to send the latitude and Longitude retrieved after doing reverse > geocoding ( when I click on a map) from my javascript to a php page . > I am currently able to do that using a submit button below the map but I > want to do it directly when I cli

[Google Maps API v3] Re: external link to open infowindow

2011-04-15 Thread geocode...@gmail.com
On Apr 15, 6:49 am, Andrei Blidariu wrote: > I saw this example but I do not know javascript very well and i do not > understand how to update this example to my map > (http://dinmarmura.ro/map/exemplu1.html) . > Please tell me more explicit how to do this on my map. Make marker1 and marker2 glo

[Google Maps API v3] Re: 2011/4/14 - New Release

2011-04-15 Thread Joseph Elfelt
Thanks for the info Chris. Can you (or someone) please clarify if the following FAQ statement is still true under the revised TOS? http://code.google.com/apis/maps/faq.html#tos_commercial "If you charge people to place information on your map (e.g. to list their homes for sale), but you display t

Re: [Google Maps API v3] external link to open infowindow

2011-04-15 Thread Andrei Blidariu
I saw this example but I do not know javascript very well and i do not understand how to update this example to my map ( http://dinmarmura.ro/map/exemplu1.html) . Please tell me more explicit how to do this on my map. many thanks. 2011/4/15 Andrew Leach > On 15 April 2011 10:14, Andrei Blidariu

Re: [Google Maps API v3] Re: Store Locator

2011-04-15 Thread Mike Wellman
Ha Thanks Davie. Yeah I tried that and it wasn't working how I needed it to. Thanks though. On Fri, Apr 15, 2011 at 4:28 AM, davie wrote: > Hi > I may be a bit late on this thread but you can order on multiple > columns > SELECT * > FROM table > ORDER BY state, distance ASC > Regards Davie >

[Google Maps API v3] Re: Maps is not loading

2011-04-15 Thread geocode...@gmail.com
On Apr 15, 1:51 am, venu wrote: > Iam getting the following error messages whenever iam trying to > load the maps > > b is undefined > > I am using the following code > >   function ShowMapView() >    { >        var latlng = new google.maps.LatLng(-34.397, 150.644); >        var myOptions = { >  

[Google Maps API v3] Re: how to use infoWindow for infoLine using GoogleMap API V3 ??

2011-04-15 Thread geocode...@gmail.com
On Apr 15, 5:04 am, Manish Sanodiya wrote: > How can we open infoWindow on click event of inforLine using GoogleMap > API V3 ? You mean by clicking on a "sidebar"? http://www.geocodezip.com/v3_MW_example_map2.html -- Larry -- You received this message because you are subscribed to the Googl

Re: [Google Maps API v3] external link to open infowindow

2011-04-15 Thread Andrew Leach
On 15 April 2011 10:14, Andrei Blidariu wrote: > Hello, > Link to my map: http://dinmarmura.ro/map/exemplu1.html > > Please tell me how I can add link from left text "Link to Marker 1" to > Marker 1 and open infowindow. Larry's example: http://www.geocodezip.com/v3_MW_example_map2.html -- You r

Re: [Google Maps API v3] initialize map in nested div

2011-04-15 Thread Andrew Leach
On 15 April 2011 08:37, seema wrote: > I am trying to initialize map in a nested div but it shows as blank. I > have the initialize() function which loads the map into the #map div. > But it doesn't display Not enough information. Please provide a link. -- You received this message because you

Re: [Google Maps API v3] Maps is not loading

2011-04-15 Thread Andrew Leach
On 15 April 2011 09:51, venu wrote: > > Iam using the following code > >   function loadScript() { >     var script = document.createElement("script"); >     script.type = "text/javascript"; >     script.src = "http://maps.google.com/maps/api/js? > sensor=false&callback=ShowMapView"; >     documen

[Google Maps API v3] external link to open infowindow

2011-04-15 Thread Andrei Blidariu
Hello, Link to my map: http://dinmarmura.ro/map/exemplu1.html Please tell me how I can add link from left text "Link to Marker 1" to Marker 1 and open infowindow. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post

[Google Maps API v3] initialize map in nested div

2011-04-15 Thread seema
I am trying to initialize map in a nested div but it shows as blank. I have the initialize() function which loads the map into the #map div. But it doesn't display Sort by Projects: -- You received this message because you are subscribed

[Google Maps API v3] Maps is not loading

2011-04-15 Thread venu
Iam getting the following error messages whenever iam trying to load the maps b is undefined Iam using the following code function ShowMapView() { var latlng = new google.maps.LatLng(-34.397, 150.644); var myOptions = { zoom: 8, center: latlng, mapTy

[Google Maps API v3] Re: Adding Jquery UI slider custom control

2011-04-15 Thread en4ce
yeah of cause =) but different resolutions / dpi / fonts installed on the hardware and all kind of stuff make me move away from have it outside of the map On 15 Apr., 13:15, teknocreator wrote: > Matt, > > Yeah, sorry I didn't see you wanted to add this as a map control. > But, as I found, if yo

[Google Maps API v3] how to use infoWindow for infoLine using GoogleMap API V3 ??

2011-04-15 Thread Manish Sanodiya
How can we open infoWindow on click event of inforLine using GoogleMap API V3 ? -- 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. To unsubscribe from th

Re: [Google Maps API v3] 2011/4/14 - New Release

2011-04-15 Thread Jason Sanford
I've also got an application that uses the Distance Widget found in the "Fun with MVC Objects" example that is no longer working. I know this isn't a supported library, but I'm essentially just drawing a circle here. Website below: http://open-data-day.geojason.info/ On Fri, Apr 15, 2011 at 3:16

[Google Maps API v3] Re: Adding Jquery UI slider custom control

2011-04-15 Thread teknocreator
Matt, Yeah, sorry I didn't see you wanted to add this as a map control. But, as I found, if you have it outside of the map, you can still use it to get and set values for map objects. Dave On Apr 14, 2:38 pm, teknocreator wrote: > Matt, > > Yeah, it's not completely clear cut.  I don't know if

[Google Maps API v3] Re: change the marker to icon image

2011-04-15 Thread davie
Hi See http://code.google.com/apis/maps/documentation/javascript/examples/icon-complex.html You can use your own icons A more complex version using PHP MySQL is http://code.google.com/apis/maps/articles/phpsqlajax_v3.html Regards Davie On Apr 15, 8:01 am, jem wrote: > is it possible to chang

[Google Maps API v3] Re: Animated Custom Map controls

2011-04-15 Thread en4ce
hey esa, thanks for the reply but iam doing what you said, i wrote a short example http://www.youspots.com/tests/JqueryCustomControls.php iam able to pull of an animation on the created div, but thats not what i want, because this div will have more then 1 element inserted via ".innerHTML" ther

[Google Maps API v3] Re: Google maps api only working in IE8

2011-04-15 Thread Ben Williamson
You were right! Turns out there was an extra line in the database info file. Thanks for your help! On Apr 14, 11:39 pm, Rossko wrote: > > its something to do with the php/xml in the phpsqlsearch_genxml.php file. > > if the sql query is successful no xml gets output. > > I wouldn't say that.  You

[Google Maps API v3] Re: Stop propagation of click event?

2011-04-15 Thread Pil
This sounds like a bug (maybe even a regression bug) because when you click on a link inside the infowindow no click event underneath the infowindow should be triggered. Can you provide a link to the map that exhibits the problem? On Apr 15, 10:49 am, Grégoire Colbert wrote: > Hi! > > I have

[Google Maps API v3] Re: change the marker to icon image

2011-04-15 Thread Rossko
> is it possible to change the marker into specific icon image..?? Yes. It even tells you how in the docs http://code.google.com/apis/maps/documentation/javascript/overlays.html#Icons -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" gr

[Google Maps API v3] Re: plugin for zooming to current location? iphone?

2011-04-15 Thread Thoern
I have found a plugin called Quickconnect that ltes you grab the phone GPS position, great! Anyhow it seems not to be so good documentation about how to use it. http://quickconnect.sourceforge.net/browser/index.html It says you can retrieve the gps position by simply call findLocation() using jav

[Google Maps API v3] Stop propagation of click event?

2011-04-15 Thread Grégoire Colbert
Hi! I have a google.maps.InfoWindow that contains a DOM element associated with the "onclick" event. My problem is that if the infowindow is opened on a given marker which is located in such a place that there is another marker just "below" the infowindow's button, then when I click the infowindo

[Google Maps API v3] Re: Store Locator

2011-04-15 Thread davie
Hi I may be a bit late on this thread but you can order on multiple columns SELECT * FROM table ORDER BY state, distance ASC Regards Davie On Mar 31, 9:34 pm, Mike Wellman wrote: > This may be the wrong area for this but not sure where to turn. > > I trying out the code from > here:http://code

[Google Maps API v3] plugin for zooming to current location? iphone?

2011-04-15 Thread Thoern
If I dont feel like buying the developer kit from apple to get the current gps location, is there some option? maby an app or plugin that can be used by a webpage html file with a google maps map to show current position in the map? Safari does not seem to support the sensor feature. -- You recei

Re: [Google Maps API v3] 2011/4/14 - New Release

2011-04-15 Thread Chris Broadfoot
The awesome wayback machine can help here :) http://replay.waybackmachine.org/20101014235139/http://code.google.com/apis/maps/terms.html -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to

[Google Maps API v3] R: 2011/4/14 - New Release

2011-04-15 Thread Alessandro Giannini
Hi ! with last version, using Chrome or FF , the sample ' http://code.google.com/intl/it-IT/apis/maps/articles/mvcfun/twittersearch.html' don't work I'm not able to view circle to define area. Any idea ? Thanks @le>< -- You received this message because you are subscribed to the Google

[Google Maps API v3] change the marker to icon image

2011-04-15 Thread jem
is it possible to change the marker into specific icon image..?? -- 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. To unsubscribe from this group, send e