Hi,
I have this problem on Safari (5.0.2) on Windows (Vista with SP2).
Zuhlic
--
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
Thank you Chad,
I decided to use an xml approach rather than kml to get around sending a kml to
google first.
Thanks,
Jared
On 2010-10-27, at 11:21 PM, Chad Killingsworth wrote:
> Ben Appleton outlined a strategy for handling this situation:
> http://groups.google.com/group/google-maps-js-api-
here is an example for what I'm trying to do:
http://www.zoocasa.com/en/search/properties?search[location]=kitsilano&search[price_min]=&search[price_max]=&search[bedrooms]=&search[bathrooms]=
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API
Hi guys,
I'm integrating the map into my website and I encountered with a
problem.
I'm trying to show some products on the map and when I zoom out I need
them to join to one address. How can I do it?
please help
Thanks :D
--
You received this message because you are subscribed to the Google Gr
I've noticed something strange going on while dragging a marker.
I'm monitoring the following events: mousedown, drag, mouseup,
attatched to a marker.
When I click-and-hold, the 'mousedown' event gets fired. Then, while I
drag the marker around the map, the 'drag' events is fired continuously
(
Two issues:
1. The StreetView panorama: you can supply a panorama provider and set
a custom pano ID. When your provider is called, supply the tile
definitions and the links to further panoramas. You can that way run a
complete world of panoramas without ever displaying Google's
StreetView tiles.
On Nov 1, 5:56 pm, Charlie wrote:
> That almost does it. However, I need for the icon to change color as
> well when the cursor is over the place name in the right side box. It
> works that way under v2. Thanks for any help you can offer.
Have you tried implementing that? I would expect that giv
That almost does it. However, I need for the icon to change color as
well when the cursor is over the place name in the right side box. It
works that way under v2. Thanks for any help you can offer.
On Nov 1, 7:42 pm, "geocode...@gmail.com"
wrote:
> Have you tried the documentation?
> There is a
Check out the InfoBubble library written by Luke:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/
Example is here:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/examples/example.html
On Tue, Nov 2, 2010 at 8:46 AM, Kevin N wrote:
> On Se
On Nov 1, 2:28 pm, Charlie wrote:
> I used Mike's example athttp://econym.org.uk/gmap/example_hoverchange75.htm
> to help create the page
> athttp://bullittcountyhistory.org/bchistory/wr/wrmap.html
> with V2. Now I'm in the process of upgrading to V3 and have not found
> a way to create the marke
On Sep 13, 2:43 am, 杜亚波 wrote:
> For v3, this thread (found by searching this group for 'custom
> infowindow' contains some
> hintshttp://groups.google.com/group/google-maps-js-api-v3/browse_thread/th...
>
> If what you really want is tabbed infoWindows, here is a v3
> demohttp://gmaps-samples-v
Thanks a lot!
On Nov 1, 3:44 pm, Rossko wrote:
> > Suppose I have a textbox where I can
> > put an address of postal code on an area and it will drop a pin on
> > that area. Can any one send me a very simple example of this kind of
> > work?
>
> See the
> documentationhttp://code.google.com/apis
> Suppose I have a textbox where I can
> put an address of postal code on an area and it will drop a pin on
> that area. Can any one send me a very simple example of this kind of
> work?
See the documentation
http://code.google.com/apis/maps/documentation/javascript/services.html#Geocoding
http://
> Thanks for the reply. The #map element is injected after an Ajax call.
OK, I'll rephrase ; I cannot find any element with id='map' at the
time of the document.getElementById("map")
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" gro
I used Mike's example at http://econym.org.uk/gmap/example_hoverchange75.htm
to help create the page at
http://bullittcountyhistory.org/bchistory/wr/wrmap.html
with V2. Now I'm in the process of upgrading to V3 and have not found
a way to create the marker changes with mouseover and mouseout. Is
t
Hi there!
I have started designing my very first google maps page. Right now I
am able to put several markers on the map, and can show the latitude
and longitude in a text box. I was just wondering how would I do for
searching a location in the map. Suppose I have a textbox where I can
put an addr
no...you are right i haven't done anything for leak prevention. i am
just doing it now...currently reading up on circular circular
references w/dom etc.
thanks
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this gro
Noticed an interesting issue.
The TrafficLayer class seems tied closely to one of the base Google
Map types: map, hybrid and terrain. It does not work as a regular
overlay in the sense that it can display on top of any map type,
including customized map type.
Take a look at this example from the A
On Nov 1, 12:42 pm, sgiddings wrote:
> With the advent of draggable routes in V3, I was trying to see where
> or if the information concerning the dragged point was stored.
>
> After looking at the resulting directions object held within the
> DirectionsService object, where I saw a "via_waypoint"
On Nov 1, 12:32 pm, jd wrote:
> yeah...the link is not generated here. I used the link tool and can
> see it on my end...
>
> oh well, i see you can see the link i just recently posted..
Looks to me like you haven't done anything in your code to address
memory leaks in general. This is probably
Hi All,
I'm very new to Google Maps and am looking to use it in an ASP.NET web
application that interfaces with an event ticketing web service called
TicketsNow. How would I go about displaying available seats in a given
venue using Google Maps? Are there specific map layers that should be
used? D
> var panoramaMap = new
> google.maps.StreetViewPanorama(document.getElementById("map"),...
>
> I cannot find any element with id='map'
Hi Rossko,
Thanks for the reply. The #map element is injected after an Ajax call.
Cheers,
Ilya
--
You received this message because you are subscribed to the
With the advent of draggable routes in V3, I was trying to see where
or if the information concerning the dragged point was stored.
After looking at the resulting directions object held within the
DirectionsService object, where I saw a "via_waypoint" array holding
the required information.
My qu
yeah...the link is not generated here. I used the link tool and can
see it on my end...
oh well, i see you can see the link i just recently posted..
thanks
On Nov 1, 11:51 am, "geocode...@gmail.com"
wrote:
> On Nov 1, 11:42 am, jd wrote:
>
> > hmm...yes i posted a link to my map and can see it
On Nov 1, 12:02 pm, Rossko wrote:
> > Thanks again - I want to add street label overlays over the top of the
> > standard maps.
>
> If you just want simple labels, like text in a div, you could create a
> custom label class based on
> OverlayViewhttp://code.google.com/apis/maps/documentation/ja
On Nov 1, 11:42 am, jd wrote:
> hmm...yes i posted a link to my map and can see it on my end. it's
> titled "my map". you can't see it?
Look here and tell me if you see it:
http://groups.google.com/group/google-maps-js-api-v3/browse_frm/thread/4933411d3bfa6a94/67fe73db4cdf73bb#67fe73db4cdf73bb
hmm...yes i posted a link to my map and can see it on my end. it's
titled "my map". you can't see it?
the url is:
http://www.water.ca.gov/waterdatalibrary/groundwater/projects/deer_creek/google/GeoRectify.html
thanks
--
You received this message because you are subscribed to the Google Groups
Thanks a lot !! It works fine, even on IE.
--
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 email to
google-maps-j
On Nov 1, 9:29 am, jd wrote:
> Hi,
>
> I have some leaks in IE with my map. Assoc w/dom. I have tried several
> approaches but can't seem to get rid of them.
>
> I need acceptable performance for adding up to 200 markers. When you
> add markers, the coordinates of each are assigned to a generated
you mean loading the api with the near parameter?
http://maps.google.com/maps/api/js?key=*&v=3&sensor=false®ion=nl&near=nl
On Nov 1, 6:19 pm, Chris Broadfoot wrote:
> Sure.
>
> You can do region biasing by specifying the country code with the 'region'
> option.
>
> http://code.google.com/apis/ma
Sure.
You can do region biasing by specifying the country code with the 'region'
option.
http://code.google.com/apis/maps/documentation/javascript/reference.html#GeocoderRequest
Alternatively, you could append "near {country}" to the query (where
{country} is your country) or specify a LatLngBou
Hi,
I have some leaks in IE with my map. Assoc w/dom. I have tried several
approaches but can't seem to get rid of them.
I need acceptable performance for adding up to 200 markers. When you
add markers, the coordinates of each are assigned to a generated child
div in "Final Rectified Coords"
Any
Is there an event that fires when all standard and custom controls have
been completely loaded?
--
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 unsu
Hello
I have a custom map (Link), and I would like to add street view to it
at some places. However, when I look at the Streetview docs, I only see
the option to "modify the default Street View links to add a link to
the custom imagery". Obviously, this is impossible, because my map is a
map of a
Hi,
I have made my google maps so that the markers are displayed on the
map from a mysql database. The markers have already been geocoded and
the lat/long are stored in the database. I have 2 questions;
Question 1:
How can I make the markers load dynamically on the map?
At the moment, when I'm z
Hi,
I am trying to draw multiple polylines and for some reason the first
line is not drawn. If i execute the script again it will draw both
lines.
Example is at this address.
http://members.iinet.net.au/~mattims/googlemap.htm
if you click the button once I get 4 markers and one line, when you
p
Yes, this looks like a beautiful bug.
Here is a workaround:
Two conditions must be in agreement so that all seems to work right.
1) When the controls are shown navigationControl must be loaded
first, then streetViewControl must be loaded.
2) When the controls are hidden streetViewControl must
I have come across an even better example to illustrate my example
In firefox using this tool: http://www.birdtheme.org/useful/v3tool.html
Do the following:
1) enter this address into the search box "524 West Gartner Road,
Naperville, IL". Click search Observe a park name Gartner Park
2) zoom i
This looks like a bug to me.
After toggling the controls off, if you call
map.setOptions({navigationControl:true}) the streetview pegman
magically shows up. You can then turn the navigation controls back on
and have both showing. However, some time has to pass between these
toggles. Simply togglin
You should be able to turn the first overlay off with:
myOverlay.setMap();
Then just build the new overlay in the normal manner.
On Nov 1, 2:59 am, serj wrote:
> it is possible to set a new image in GroundOverlay (to replace current
> image)?
> thanks
--
You received this message because
Hello
I use this function to hide/show controls :
function setControlsVisible(visible){
gmap.setOptions({
mapTypeControl: visible,
scaleControl: visible,
streetViewControl: visible,
navigationControl: visible
});
}
when
I am having the similar problem with my maps. I have no trouble
printing the map or markers, but the polygon shapes add extra lines,
corners, etc. to the printout. An example of this problem can be seen
by printing the simple polygon sample provided by Google
http://code.google.com/apis/maps/docum
> Thanks again - I want to add street label overlays over the top of the
> standard maps.
If you just want simple labels, like text in a div, you could create a
custom label class based on OverlayView
http://code.google.com/apis/maps/documentation/javascript/reference.html#OverlayView
You could co
Hello,
is it possible to specify within wich countries you want to search?
Regards,
Bas
--
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 unsubscri
On Nov 1, 10:28 am, Rossko wrote:
> Okeydokey ; but how are you implementing "your maps" ; are they tiled
> imagery or something? Or do you mean you want to add street label
> overlays over the top of the standard maps?
Thanks again - I want to add street label overlays over the top of the
sta
Okeydokey ; but how are you implementing "your maps" ; are they tiled
imagery or something? Or do you mean you want to add street label
overlays over the top of the standard maps?
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
it is possible to set a new image in GroundOverlay (to replace current
image)?
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...@googlegroups.com.
To unsubscribe fr
> Hello, is it possible to use the reviews of existing businesses on my
> custom map?
I think you can get the rating
http://code.google.com/apis/maps/documentation/places/
but not sure if that's what you meant. Doesn't seem to have much to
do with maps.
--
You received this message because you
> I wish to add street and place names to my maps so they look and
> behave in the same way as those on the native maps and only appear at
> a set zoom level.
How are you implementing your maps? What is a 'native' map?
--
You received this message because you are subscribed to the Google Groups
49 matches
Mail list logo