[Google Maps API v3] Re: Refresh Base Map Type Tiles

2012-01-19 Thread NoRyb
Hello Martin

Thank you for the answer. Unfortunately this does not help me as I don't 
have a list of tiles. I extended the ImageMapType so I can use it as Base 
Map instead of overlay map. There I only get the getTileUrl-Callback which 
does not have a pointer to the tile (only the URL).

Is there a way to get to the Tiles over the map object so I can iterate 
through them?

-- 
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/-/tQjZSXqn3KYJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: onclick event in infowindow - datepicker return date

2012-01-19 Thread Qunhuan
Hi Rossko,

Thanks for pointing this out. It looks the browsers are error
tolerant. But I move the code into the body part. I wanted to show the
jQuery datepicker truly works outside the map area. I have to admit I
am not an expert in javascript

Following kathb4’s idea, I also added the following code to the css
file.
$(':text[name*=date]').live('click',function() {
$(this).datepicker({showOn:
'focus'}).focus();
});

But the datepicker still not working inside infowindow.

I also tried infobubble (http://google-maps-utility-library-
v3.googlecode.com/svn/trunk/infobubble/examples/example.html), also
with no luck.

Could someone shed some light please?

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Re: "The key provided is not a valid Google API Key" - eh?! It's showing up OK in the API Console...

2012-01-19 Thread Barbs
Hi Luke,

Do you have any suggestions for those who have checked the API Console and 
confirmed that it is correct however still displays this error?

ATM the v=3.6 suggestion is the only one that works for me.  If the key was 
incorrectly setup in the console why would this fix work?  I would hazard a 
guess that the v=3.6 would have little effect if the console setup was 
incorrect.


-- 
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/-/UjN5Wl0FP5AJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Which version of Google Maps gets loaded when...

2012-01-19 Thread Jaans
Hi all

I'm struggling to figure out which version of Google Maps gets loaded
when using the Ajax loader as follows:

google.load('maps', '3', { 'other_params':
'client=XXX&sensor=false' });

Will this load 3.7 (Dev) or 3.6 (Stable) or 3.x ?

Many thanks
Jaans

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Google Maps 3 API Queries

2012-01-19 Thread Eshwar
Hi,

Am trying my hands on V3 with Fusion Tables.Would be very thankful
if some one can clarify my questions below

1) How do i Query Fusion Table (from some Geo-tagged data) by
applying a KML filter (KML will have a geographic location), so that i get
data
points (results) that exist in the KML zone?

2) How do i color code different points on Google Map with
Different colours to highlight the division between the data points?

3) Whats the right tool to make Custom KML files?

Thanks in advance,
Eshwar

-- 

Regards,
Eshwar
+91-95350-86592
This message (including any attachments) is intended only for the use of
the individual or entity to which it is addressed and may contain
information that is non-public, proprietary, privileged, confidential, and
exempt from disclosure under applicable law or may constitute as attorney
work product. If you are not the intended recipient, you are hereby
notified that any use, dissemination, distribution, or copying of this
communication is strictly prohibited. If you have received this
communication in error, notify us immediately by telephone and (i) destroy
this message if a facsimile or (ii) delete this message immediately if this
is an electronic communication. Thank you.

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Change zoomMax of built-in Map Type

2012-01-19 Thread Enoch Lau (Google Employee)
This isn't possible currently. If you'd like the ability to create map 
types that intersperse your tiles with Google's tiles, consider filing a 
feature request here: http://code.google.com/p/gmaps-api-issues/issues/list . 
In the feature request, consider explaining your use case in some detail.

Enoch

-- 
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/-/WazCDu5mk4oJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Inputting coordinates to maps

2012-01-19 Thread JogNTMK
Hi all

I'm new to google maps api so bear with me.
I need to input coordinates to google maps and have the path displayed.
The database or file that contains the coordinates will be updated often.
>From what I understand I need to input my coordinates into the MVCarray and 
it will update the map automatically but I dont know how to do this.
I've looked through the api and i've seen the push() function but how do i 
use it and how do i get the coordinates from the file to the function.

Thanks in advance for any help

-- 
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/-/7JkR8tZZ6y8J.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Why does v2 return differet (and better) directions than v3 for the same addresses?

2012-01-19 Thread api guy
Does Google or anyone else have an answer for this?  I am also getting 
different results for the same address from v2 and v3, and v2 is almost 
always the correct result.

-- 
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/-/AKHVMPRVE_4J.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Directions: why doesn't this work?

2012-01-19 Thread Gerry Orkin
Ok, thanks. I've gone back to using the API example file that includes a 
 section etc. It works fine on my server (and from my iOS app). 
However it uses a popup menu for the user to select the TravelMode - I want 
to hard code the mode instead. Looking at the example file I can't see 
where I hard code that - what do I need to strip out and what do I need to 
put in there :) Any ideas?

Thanks again!

Gerry

-- 
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/-/vOF-YPFS6BcJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Droping pin on Kosovo nothing happens [geocoding]

2012-01-19 Thread Andrew Leach
On 19 January 2012 23:10, Flakerim Ismani  wrote:
> When I drop a pin in Kosovo nothing happens, anyone know why?
>
> http://jquery-ui-map.googlecode.com/svn/trunk/demos/jquery-google-maps-geocoding.html

Reverse geocoding returns "ZERO_RESULTS" so I guess it can't be done
in that area. It's not available everywhere. If you click the marker
you drop you can enter the details yourself.

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Jquery in a Info Window

2012-01-19 Thread Rossko
I don't suppose we can tell you much, having been given no idea how
you are going about it.

Perhaps you are trying to attach a jquery trigger to info window
content that doesn't yet exist in the DOM, until after the infowindow
is opened.

Here's how to get better help
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/2b3f101fd509919e

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Droping pin on Kosovo nothing happens [geocoding]

2012-01-19 Thread Flakerim Ismani
When I drop a pin in Kosovo nothing happens, anyone know why? 

http://jquery-ui-map.googlecode.com/svn/trunk/demos/jquery-google-maps-geocoding.html

-- 
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/-/8qlS0pVT2loJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: onclick event in infowindow - datepicker return date

2012-01-19 Thread Rossko
> 
>
> <
> table>Date: 
> >
>
> 

It's invalid HTML to place a  outside of the 

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Jquery in a Info Window

2012-01-19 Thread BlackGuardian
Looking for a example or clue how to get a infowindow to trigger a
Jquery slide.

Basically I have a info window to a marker placed on a map, but want
to have a link within the info window to display more information in a
DIV tag slideDown in a fixed postition that would slide into and out
of the view.

Seems google or something is disabling jquery within the infowindow as
a trigger.  Around my map I can do it, and above it.  BUT not within
the map.

Hope this makes sense.

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] "The provided key is not a valid Google API Key"

2012-01-19 Thread Andrew Leach
On 19 January 2012 16:04, David  wrote:
>
> Hi,
>
> I get the error in the subject line with this page:
> http://home.comcast.net/~dgbethany/map.html
>
> I'm using a Maps API v3 key and setting the sensor switch to false,
> but the error persists on code extracted in its entirety from Google's
> own site!

You're not using a Version 3 key. Version 3 keys are much shorter than
that and are available from https://code.google.com/apis/console/

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] google map automatically zoom to the maximum level

2012-01-19 Thread Ghouri
i have problem in my exiting website, I have use the google map in my
website it working correctly a week ago, but now there is problem in
google map, when I load page it work correctly and all thing loaded
correctly, when the map map loading complete then it automatically
zoomed to the maximum level. I have searched for this issue but I
found no solution. Any body can help me?
Here is the link of page where the problem in found.
http://www.wi-tribe.pk/customer-care/find-nearby-locations/

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] "The provided key is not a valid Google API Key"

2012-01-19 Thread David

Hi,

I get the error in the subject line with this page:
http://home.comcast.net/~dgbethany/map.html

I'm using a Maps API v3 key and setting the sensor switch to false,
but the error persists on code extracted in its entirety from Google's
own site!

Any help would be appreciated.

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] GeocoderResult.types - possible values ?

2012-01-19 Thread Jan

I would like to know the possible *type* values for a 
*GeocoderResult*.
 
I cannot find this in the reference nor anywhere else on the internet. By 
just testing I found already some like *country, street, political, 
locality, ...* * *I would however like to have a complete list.

Has anyone an idea (where to find this)?

-- 
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/-/GLLXpJukdWUJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: onclick event in infowindow - datepicker return date

2012-01-19 Thread Qunhuan
 

Hi, 

I am trying to make datepicker work inside infowindow (v3), but not 
successful.

To present the problem, I combined a simple map (copied from 
http://code.google.com/apis/maps/documentation/javascript/examples/infowindow-simple.html)
 
and a simple datepicker example (added the css and js code download + 
changed the contentString). The datepicker works outside the map. When 
opening this new demo html, it can be seen a marker inside a map. When the 
marker is clicked, an infowindow is opened, within which there is a 
datepicker widget. When the datepicker is clicked, it is supposed to see 
the datepicking happening. However, when I click the datepicker widget, 
nothing seems happening. Following is the html code I used (run inside 
Tomcat): 

~~~











*Google* Maps JavaScript API v3 Example: Info Window Simple

http://code.google.com/apis/maps/documentation/javascript/examples/default.css";
* rel=*"stylesheet"* type=*"text/css"* />



   








$(*function*(){

// Datepicker

$('#datepicker').datepicker({

inline: *true*

});   

});



$(':text[name*=date]').live('click',*function*() {

$(*this*).datepicker({showOn: 'focus'}).focus();

});





  *function* initialize() {

*var* myLatlng = *new* google.maps.LatLng(-25.363882,131.044922);

*var* myOptions = {

  zoom: 4,

  center: myLatlng,

  mapTypeId: google.maps.MapTypeId.ROADMAP

}

*var* map = *new* google.maps.Map(document.getElementById("map_canvas"), 
myOptions);

*var* contentString = '
Date:
'; *var* infowindow = *new* google.maps.InfoWindow({ content: contentString }); *var* marker = *new* google.maps.Marker({ position: myLatlng, map: map, title: 'Datepicker test' }); google.maps.event.addListener(marker, 'click', *function*() { infowindow.open(map,marker); }); } < table>Date: ~~~ Could anyone help please? Many thanks in advance, Qunhuan -- 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/-/blONpoI3awQJ. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.

[Google Maps API v3] Re: Displaying private table as Fusion Table Layer using Google Maps API V3

2012-01-19 Thread geocode...@gmail.com
On Jan 19, 8:56 am, Eshwar  wrote:
> Hi,
>
>           am able to access the data when i make the table public, but when
> i make it private and give access to the Maps API key i have, i am unable
> to display the data using Maps API V3
>
>            Any help is highly appreciated.

You need a premier license to do that.

>
>            P.S: am running on shorter timelines, request your help asap.

http://www.catb.org/~esr/faqs/smart-questions.html#urgent

  -- Larry

>
> --
>
> Regards,
> Eshwar
> +91-95350-86592
> This message (including any attachments) is intended only for the use of
> the individual or entity to which it is addressed and may contain
> information that is non-public, proprietary, privileged, confidential, and
> exempt from disclosure under applicable law or may constitute as attorney
> work product. If you are not the intended recipient, you are hereby
> notified that any use, dissemination, distribution, or copying of this
> communication is strictly prohibited. If you have received this
> communication in error, notify us immediately by telephone and (i) destroy
> this message if a facsimile or (ii) delete this message immediately if this
> is an electronic communication. Thank you.

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Refresh Base Map Type Tiles

2012-01-19 Thread Martin™
Here's a thread that may prove useful:

https://groups.google.com/group/google-maps-js-api-v3/browse_frm/thread/25a3f290cdf0fa5e/34d32ac679be539c?hl=en&lnk=gst

Martin.


On Jan 19, 12:19 pm, NoRyb  wrote:
> Hello! I would like to know if it's possible to "refresh" or "update" a
> MapType. I'm using an ImageMapType to display custom tiles. If I change a
> parameter, I want to display another set of tiles - how do I accomplish
> this?
>
> Thanks

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: I created an Animation class to move Markers across a map - is this useful?

2012-01-19 Thread xelawho
> 3) I wanted to use this to move the marker along a route returned by
> google between two points, do y know if that is possible ?

have you seen Larry's example?
http://www.geocodezip.com/v3_animate_marker_directions.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@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Displaying private table as Fusion Table Layer using Google Maps API V3

2012-01-19 Thread Eshwar
Hi,

  am able to access the data when i make the table public, but when
i make it private and give access to the Maps API key i have, i am unable
to display the data using Maps API V3

   Any help is highly appreciated.

   P.S: am running on shorter timelines, request your help asap.

-- 

Regards,
Eshwar
+91-95350-86592
This message (including any attachments) is intended only for the use of
the individual or entity to which it is addressed and may contain
information that is non-public, proprietary, privileged, confidential, and
exempt from disclosure under applicable law or may constitute as attorney
work product. If you are not the intended recipient, you are hereby
notified that any use, dissemination, distribution, or copying of this
communication is strictly prohibited. If you have received this
communication in error, notify us immediately by telephone and (i) destroy
this message if a facsimile or (ii) delete this message immediately if this
is an electronic communication. Thank you.

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Change zoomMax of built-in Map Type

2012-01-19 Thread NoRyb
Hello!

I would like to change the zoomMax-Property of a built-in Map Type 
(Satellite). I found a post in a googlegroup in September 2011 where a 
google employee reported that this was possible again. Now it seems that 
it's not.

The reason I need to do this is because I create an own Base Map Type. It 
should start right at zoomlevel 21. So you have the satellite map until 20 
and if you zoom in, it switches to my own map type. The thing is, that 
because of maxZoom on Satellite I'm not able to go over this border.

Any suggestions how I could solve that?

Thank you very much

-- 
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/-/7AaiTHHum_8J.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Re: Change center & zoom on-the-fly

2012-01-19 Thread Bill Whitacre
Thanks!  I originally sent my query to the google-maps-api list but did not see 
my message in email and saw no replies so I unsub'd from that list and joined 
the newer google-maps-js-api-v3 list in hopes of success. 

Looks like I've found some!  Thanks again.  I'll give Mike's excellent code a 
try.

---

On Jan 18, 2012, at 4:14 AM, Pil wrote:

> What didn't you like at this answer or what was mistakable?
> 
> http://groups.google.com/group/google-maps-api/browse_thread/thread/f014443f0a663b47
> 
> On Jan 17, 7:38 pm, Bill Whitacre  wrote:
>> A few years back I made a map with the help of the book "Beginning Google 
>> Maps Applications with PHP and AJAX", Mike Williams and some luck.
>> 
>> 
>> 
>> The map has a header with areas of the world and a sidebar showing systems 
>> in that area of the world.
>> 
>> What I'd like to do is change the map's center and zoom based on what area 
>> one chooses.
>> 
>> The Javascript that makes the map is here:
>> 
>> 
>> 
>> Any hints on where I might start with this would be much appreciated!
>> 
>> Thanks.
>> 
>> Bill Whitacre
>> b...@his.com
> 
> -- 
> 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 email to 
> google-maps-js-api-v3+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
> 

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Re: rightclick event inside a circle

2012-01-19 Thread Andrew Leach
On 19 January 2012 11:51, Eduardo  wrote:
> Martin: it doesn't work
> Rossko: it doesn't work too
>
> I tried the mousemove event, but it did not get the position of the
> movements within the circle, it always shows the menu in the last position
> of the mouse over the map (ie, at the edge of the circle)

Did you add the mousemove listener to the circle as well as the map?

> the same thing to rightclick events: the map does not receive the events
> that were triggered by a click or rightclick inside the circle.

This is why a link to the map really is needed. We need to see what
you have and try it (and debug it) for ourselves.

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Markers only appear after reloading the page

2012-01-19 Thread alex
Dear all,

when I open a fresh tab and load http://friends*removethis*ofplaces.com, 
the markers will not appear on the map. They have been loaded, because they 
are put also in a separate list, where they appear. After reloading the 
same page, the markers show up on the map.The behavior is slightly 
different in Firefox and Chrome. With Firefox, they don´t appear, when 
loading the Firefox Browser and having the site as the starting page. When 
opening a new tab and loading the page, they will appear, also when 
reloading the page. With Chrome, they will not appear also when loading a 
new tab with the page. After reloading, again, they appear.

The code to load the markers can be found within the function 
load_placemarks(), which is inline to the page. The function is called from 
within a loop in initialize(), which is reading the markers from a JSON 
array. The markers are stored in a separate array called m_Markers.

This is not a newbie question. I created many pages, with markers being 
loaded to a map with REST. But this is very strange behavior, and I don´t 
know how to debug it further. 

Very much forward looking for help,
Alex

-- 
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/-/VQXBf17xnA0J.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Refresh Base Map Type Tiles

2012-01-19 Thread NoRyb
Hello! I would like to know if it's possible to "refresh" or "update" a 
MapType. I'm using an ImageMapType to display custom tiles. If I change a 
parameter, I want to display another set of tiles - how do I accomplish 
this?

Thanks

-- 
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/-/6LggRMt7oE0J.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: rightclick event inside a circle

2012-01-19 Thread Eduardo
Martin: it doesn't work
Rossko: it doesn't work too

I tried the mousemove event, but it did not get the position of the 
movements within the circle, it always shows the menu in the last position 
of the mouse over the map (ie, at the edge of the circle)

the same thing to rightclick events: the map does not receive the events 
that were triggered by a click or rightclick inside the circle.

-- 
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/-/MCCI6ygDQxsJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Re: Directions: why doesn't this work?

2012-01-19 Thread Barry Hunter
Please start your own thread, with your question. Its not related to
the original question of this thread.

On Thu, Jan 19, 2012 at 10:25 AM, Eshwar  wrote:


-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: I created an Animation class to move Markers across a map - is this useful?

2012-01-19 Thread Coen de Jong
Did some additional research, and it turns out all the marker movements are 
done locally, so it doesn't affect the API usage and it doesn't generate 
any traffic because all actions are done locally. As long as you don't do 
any requests to the Geocoding or Google Maps static resources or so, all 
code is executed locally.

In addition, the API limits are only on map loads, as I get it from this 
page: http://code.google.com/apis/maps/faq.html#usagelimits

-- 
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/-/WoAaXkhAemMJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: I created an Animation class to move Markers across a map - is this useful?

2012-01-19 Thread Coen de Jong
Hi Raymond, thanks for the reply!


   1. To be honest I don't know... Never thought of that. What I do is I 
   include the API via javascript and then just query the API through the 
   google.maps namespace. Dunno about any quotas, afaik I download the files 
   to the client side and then the JS files modify the map element on the 
   page, so all client-side, right? I'm not using GWT or AppEngine myself. 
   There it might be different. But normal html pages with Maps API included 
   have a quota too?
   2. As before, I don't know exactly. Yes the animation simply changes the 
   position of the marker a var delta amount of degrees, depending on the 
   progress, duration and distance that needs to be covered in that duration 
   of course. If you want to cover a lot of ground in say a second, the steps 
   will be relatively large, limiting the setPosition() calls. The more fluent 
   it should go, the more steps, the more calls.
   3. The class that I wrote now simply moves a marker along a linear path 
   with several animation effects. I wouldn't know how to do it along a 
   returned google directions route, have never looked into that. But if that 
   contains an array with points or Polyline with paths, you can technically 
   animate from path to path. That'll be a lot of animations then, so maybe 
   not the most efficient way to do it and might bring some performance 
   issues. But worth a try...

Hope this helps!

-- 
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/-/GwXDDsELmb4J.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Using Map Info TAB file in google map APi v3

2012-01-19 Thread Manu Saraswat
Hi,

How can I write code in asp.net web application using google MAP API v3 
that read .TAB file and draw image on map.

I had performed similar task using Microsoft Bing map and used HTTP 
handler.This http handler get called when we create tilelayer on bing map.

Similar task I want to perform with google MAP API V3.


Thanks

-- 
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/-/T7R_maY6eAMJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Google Maps API marker image not visible on mobile device when below 55px

2012-01-19 Thread Beatriz Gonzalez
For position 0,0 the previous Code works just fine, but  for the background 
position from Sprite to work, has to be in this order:

map.options.markerOptions.image.bmw.normal = new google.maps.MarkerImage(
 '/img/mobile/sprite.png', 
  new google.maps.Size(18,30),
  new google.maps.Point(30,0),
  null,
  null
);


 where "new google.maps.Point(x_pos,y_pos)"


-- 
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/-/-1if28gb4gUJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: How to draw an area for indicating where to go with limited road distance

2012-01-19 Thread Krhome
Thanks a lot, 
It's exactly what is was looking for.

-- 
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/-/mXR54In3Ka8J.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] OverlayView and -webkit-transform: translateZ(0px)

2012-01-19 Thread bjartekv
Hi list!

We have a lot of custom overlays in our maps and I'm testing these on
mobile devices. I've made a small example to illustrate the problem
we're having:

http://www.datagrafikk.no/test/googlemaps/test.webkit.hardware.acceleration.bug.htm

I'm using Safari 5.1.2 on on windows to test this. If you open this
page and change user agent to 5.1.2 Mac or any of the iphone versions,
mouseenter/mouseleave/click events doesn't work on the element without
translateZ(0px) fix. (Safari for win works fine).

Adding the style  -webkit-transform: translateZ(0px) to the div fixes
the problem.
Note that if the div is added to floatPane instead of overlayImage
there is also no problems.

This seems to be a problem with hardware acceleration in webkit. I've
no idea what exactly causes this but it seems to be related to
position:absolute.
Anyone on this list experienced this and know whats causing it?

Since the style is needed for smooth maps on iPhone it would be nice
if the documentation on OverlayView was updated to mention this
problem.

regards,

Bjarte

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Re: Directions: why doesn't this work?

2012-01-19 Thread Eshwar
Hi,

Am trying my hands on V3 with Fusion Tables.Would be very thankful
if some one can clarify my questions below

1) How do i Query Fusion Table (from some Geo-tagged data) by
applying a KML filter (KML will have a geographic location), so that i get
data
points (results) that exist in the KML zone?

2) How do i color code different points on Google Map with
Different colours to highlight the division between the data points?

3) Whats the right tool to make Custom KML files?

Regards,
Eshwar

On Thu, Jan 19, 2012 at 15:46, Rossko  wrote:

> > (example athttp://whothru.com/direction.html)
>
> Use 'view source' in your desktop browser.
> Note the complete absence of any  section - there is no content
> to display, nor anything to start your javascript initialize()
> function.
>
> --
> 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 email to
> google-maps-js-api-v3+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>


-- 

Regards,
Eshwar
+91-95350-86592
This message (including any attachments) is intended only for the use of
the individual or entity to which it is addressed and may contain
information that is non-public, proprietary, privileged, confidential, and
exempt from disclosure under applicable law or may constitute as attorney
work product. If you are not the intended recipient, you are hereby
notified that any use, dissemination, distribution, or copying of this
communication is strictly prohibited. If you have received this
communication in error, notify us immediately by telephone and (i) destroy
this message if a facsimile or (ii) delete this message immediately if this
is an electronic communication. Thank you.

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Ordering kmlLayer and overlay

2012-01-19 Thread Matthieu Lux
I did some more tests with the v3.6 and I found that I have differents 
behaviour on when I put the first rectangle on the map. If I put it in the 
same time that I had the kml layer to the map, it came behind. If I do it 
later, it appear on top. Is it possible that the sequencement of adding 
elements to the map matters?

Matthieu

-- 
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/-/AgZ5H4T3vE0J.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: I created an Animation class to move Markers across a map - is this useful?

2012-01-19 Thread ora726
Hi Coen,

Interesting, I was searching for something like that to animate a
marker along a path.

I got a few of questions :
1) Does each update of the marker position add to the google map api
quota ?
2) Do you know if each call to move the marker generate data traffic
or is the google API trying to do some of the marker moves locally on
the client side ?
3) I wanted to use this to move the marker along a route returned by
google between two points, do y know if that is possible ?

Thanks for any know how you may share.

-Raymond

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: offline documentation available?

2012-01-19 Thread Enoch Lau (Google Employee)
There isn't, but the documentation (excluding the examples) for the 
JavaScript API consists only of a handful of pages so it shouldn't take too 
long to just save all of them to your computer.

Enoch

-- 
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/-/XCwY83q5r6EJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Directions: why doesn't this work?

2012-01-19 Thread Rossko
> (example athttp://whothru.com/direction.html)

Use 'view source' in your desktop browser.
Note the complete absence of any  section - there is no content
to display, nor anything to start your javascript initialize()
function.

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: offline documentation available?

2012-01-19 Thread Rossko
No.

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: rightclick event inside a circle

2012-01-19 Thread Rossko
Maybe circumvent the problem - only listen for map right-clicks; when
you get one, check to see if it is within your circle(s). The maths
for that should be easy, testing if the click is less than 'radius'
distance from 'centre(s)'.

-- 
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 email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.