[Google Maps API v3] Re: StreetView icons get smaller?

2011-04-02 Thread tinem
Has no one from google employee seen this message and can it be fixed, please? I can't be the only person with this problem, right? -- 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-map

[Google Maps API v3] Re: Load ImageMapType tiles ONLY within defined bounds.

2011-04-02 Thread Martin™
Ooops i just realised that this is a v3 question, so you'll be looking to create a google.maps.LatLngBounds object NOT a GLatLngBounds object. Martin. On Apr 3, 6:27 am, Martin™ wrote: > Hi. > > Try updating the getTileUrl function. > > When a custom tile is requested by the map getTileUrl  cou

[Google Maps API v3] Re: Load ImageMapType tiles ONLY within defined bounds.

2011-04-02 Thread Martin™
Hi. Try updating the getTileUrl function. When a custom tile is requested by the map getTileUrl could convert the coord value into a GLatLng object and test if this tile lies withinthe bounds which you want to display custom tiles. If the tile is within your chosen bounds then the function retu

Re: [Google Maps API v3] Re: add infowindow on click

2011-04-02 Thread Aigars V
Thanks, Esa ! Works like a charm. :) 2011/4/2 Esa > Click handler should always be created in a separate function. > Otherwise you will face a scope problem (click triggering in wrong > scope). Mike Williams explains it here > http://econym.org.uk/gmap/basic1.htm > That is in v2 syntax but it i

[Google Maps API v3] Load ImageMapType tiles ONLY within defined bounds.

2011-04-02 Thread Kesuke
I am playing around with an idea, which involves ONLY loading ImageMapType tiles that lie within a defined area. So far I have created a simple map to test the idea using googles own traffic-data example of ImageMapsType. The test is here: http://bodymap.ukmedicalschools.com/test.html I have made

[Google Maps API v3] Re: Get bounds of a US state

2011-04-02 Thread geocode...@gmail.com
On Apr 1, 5:45 pm, "geocode...@gmail.com" wrote: > On Apr 1, 4:03 pm, matt wilson wrote: > > > Is there a straight forward way to querying the bounds of a > > state? > > The geocoder will return a bounding box of the state if you pass it > in to it, you can use that to zoom to the state level. L

[Google Maps API v3] Geocoding Russian addresses

2011-04-02 Thread Pankaj Garg
Hi, We have a user who'd like to create maps in Russia. From the documentation, I understand that addresses in Russia should be geocoded okay, as long as the address is specified in local language. This seems to work for some cities, while for others all addresses seem to be getting mapped o

[Google Maps API v3] Some info about license and conditions (restricted access, data storage...)

2011-04-02 Thread thebit
Hello, I read the licenses and the terms of Google map API but I still have some doubts. I want to know more informations about the following questions: 1) can I realise a web page and to allow users to save their markers by saving ONLY the requires data (such as markers lat&lng, and a short title)

[Google Maps API v3] Re: add infowindow on click

2011-04-02 Thread Esa
Click handler should always be created in a separate function. Otherwise you will face a scope problem (click triggering in wrong scope). Mike Williams explains it here http://econym.org.uk/gmap/basic1.htm That is in v2 syntax but it is still good reading. Create a single InfoWindow instance and a

[Google Maps API v3] Re: Please help ! i have question about API v3 Direction request

2011-04-02 Thread Valdis Ozols
Yes, your'r right. Coordinates are in Dynamics Ax and i'm generating HTML page and showing it with ActiveX control in Ax form... But i need to understand how can i create Route from coordinates in API v3 ! problem is that there is no Geocoder record in those coordinates and DirectionService is

[Google Maps API v3] Re: find location with the help of address

2011-04-02 Thread Rossko
> I know that we can find a location with the help of latitude and longitude. > But our database don't have lat and longs , but it has addresses column Start here http://code.google.com/apis/maps/documentation/javascript/services.html#Geocoding this might be useful http://code.google.com/apis/maps

[Google Maps API v3] Re: Marker cursor does not change

2011-04-02 Thread Rossko
> So what's the point? In the example you are showing us, you have shape: { type: "rectangle", ... The docs list only three values for type: and that is not one of them. The docs suggest using shape: { type: "rect", ... -- You received this message because you are subscribed to the

[Google Maps API v3] Re: Selenium test with V3

2011-04-02 Thread Rossko
> Does anybody know how google implements the marker? Are they drawn in > canvas? Sometimes. See for example http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/2de0ea37567063d8/0cc94043a1408c51 and -- You received this message because you are subscribed to the Google Grou

[Google Maps API v3] Re: KML performance

2011-04-02 Thread Niklas Rosencrantz
Seeing that JSON appears to have advantages compared to KML and having read up on how JSON is used, I'm not sure how to enable the infowindows which is easy with KML. Could you please provide a pointer to a good JSON example that also displays markers with infowindows like the example I want to

[Google Maps API v3] Re: Selenium test with V3

2011-04-02 Thread 23tux
Me again, I've tried to use a special icon for the marker, so that I can search for the url of the image within the DOM. That was my idea. But it doesn't work, the marker isn't in any img tag or listed in the source code. Does anybody know how google implements the marker? Are they drawn in canva

[Google Maps API v3] Re: Marker cursor does not change

2011-04-02 Thread Yves
On 1 Apr., 22:33, Rossko wrote: > > How is MarkerShape supposed to be used? It's not a constructor, > > according to FireBug, and it doesn't have a constructor, according to > > the Google Docs. Is MarkerShape only an object template, which I > > perfectly matched already? > > Here are the > docs

[Google Maps API v3] find location with the help of address

2011-04-02 Thread mygeogmaps m
Hai, I know that we can find a location with the help of latitude and longitude. But our database don't have lat and longs , but it has addresses column , so can i find the location in the map with the help of address. if "yes" please tell me how to do it.thanks. -- You received this message