Thanks. That is what I was after.
On Wed, Jun 2, 2010 at 3:09 PM, Ben Appleton wrote:
> On Wed, Jun 2, 2010 at 3:04 PM, Toemouse wrote:
> > I wanted to change the icon for a markers whilst it is being dragged.
> > Is this possible?
>
> Yes. You can change the marker's icon by calling
> marker
Esa has a map that shows how it can be done
http://koti.mbnet.fi/ojalesa/v3/osm_dual.htm
and I used that technique for this map, but it uses direct tile access
which isn't recommended:
http://www.william-map.com/20100508/2/caffg.htm
It would be possible with the new Styled maps if there's an opti
It's an interesting idea to provide the hybrid overlay layer as a
separate MapType. We'll look into it. Please file a feature request
if you'd like to track any progress on this:
http://code.google.com/p/gmaps-api-issues/issues/list?can=2&q=apitype:Javascript3%20type:Enhancement&sort=-stars&colsp
Monitor visible_changed on the panorama to know if the map has changed from
map mode to StreetView mode.
Monitor pano_changed or position_changed to check if the display in the
panorama has changed.
On Thu, Jun 3, 2010 at 5:30 AM, Gabriel Svennerberg wrote:
> Is there any event that triggeres wh
Hi Nianwei,
On Thu, Jun 3, 2010 at 1:27 AM, nianwei wrote:
> Ben,
> What does KmlLayer (via image tile layer) mean for Enterprise
> customers, if the KML server is not visible to Internet outside
> firewall?
Right - if Google cannot access your KML server, we cannot render your
KML as image til
On Jun 2, 10:40 pm, archinform wrote:
> Hi Google folks,
>
> many thanks for supporting streetview in v3 (with out flash!)
>
> There is just a little bug, if You place the navigation menue on the
> right side (navigationControlOptions:
> {position:google.maps.ControlPosition.RIGHT}
>
> example:
I confirm: if you do not specify a version, you get the latest like v=3
On 3 Jun 2010 06:19, "Miguel Angel Vilela" wrote:
True, it was me who oversaw the lack of v parameter in the URL was the point
of the question, sorry for that.
I just tried it out and it seems the default behavior of
http:
In version 2 of the API a frequent use was to use googles hybrid layer
roads data independently of the satellite data...
such as
var labels = G_HYBRID_MAP.GetTileLayers()[1];
which would then be added in to a GTileLayerOverlay or a custom map
type.
http://www.microimages.com/geodata/tilesets/go
[Drawing GPolyLines on Bike Routes only?]
> Is this possible using GPolyLines?
Yes. Build your own database of bike routes and draw those.
The Directions does support Bicycle directions in the USA
http://code.google.com/apis/maps/documentation/javascript/services.html#TravelModes
but that is
actually, this thread:
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/d5ea1399003b98e3
seems to indicate that there is a pano_changed event available that is
not included in the API Reference, but I haven't tried it myself.
On Jun 2, 3:30 pm, Gabriel Svennerberg
wrote
True, it was me who oversaw the lack of v parameter in the URL was the point
of the question, sorry for that.
I just tried it out and it seems the default behavior of
http://maps.google.com/maps/api/js seems to be the same as with v=3, i.e.
the latest version.
On Wed, Jun 2, 2010 at 22:08, Marc G
In the javascript v2 api there is an "initialized" event that is
triggered whenever new panorama rendering begins, but it looks like
that isn't available in v3. You might just be able to loop infinitely
and check whether the panorama.getVisible() is true, but that's a
pretty ugly solution.
On Jun
Is this possible using GPolyLines? Is there a way to make return the
type of terrain is being clicked on by the user?
--
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...@goo
To my mind, the versioning docs don't actually describe the default
behavior of http://maps.google.com/maps/api/js they only describe
parameters you can send to it to specify which version you want.
Perhaps I've misunderstood something?
--
You received this message because you are subscribed to
Quoting the link below:
* The current, development version, specified with v=3. This version
reflects the latest version based off the trunk, including any bug fixes and
new features as they are publicly released.
Cheers,
Miguel
On Wed, Jun 2, 2010 at 21:43, en4ce wrote:
> so
The following demo has nearly all you need:
Google Maps API v3 Geocoder Tool
http://gmaps-samples-v3.googlecode.com/svn/trunk/geocoder/v3-geocoder-tool.html
1. when you click anywhere, it reverse-geocodes that point
2. when you enter an address, it geocodes it
If you make those markers draggable
Ok Thanks for the reply Miguel.
But not yet succeeded.
The google provides some example of this joint?
Or is there any forum topic that has a nearby example of the code?
Because I am not yet quite adapter or with google maps and I'm having
trouble doing that.
Thank you.
On 2 jun, 05:09, Miguel A
so
He is asking for the getMaxZoomAtLatLng() function, which is not present in
V2.
Luis, that question has been answered already in this thread:
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/12cac3269e2d1960/dc9f2c947cc35c12
On Wed, Jun 2, 2010 at 21:24, en4ce wrote:
>
Is there any event that triggeres when streetview is opened? I can't
find any in the docs.
Thanks,
Gabriel
--
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.
pardon ? why not just write in english?
On Jun 2, 8:23 pm, LUIS TARZIA wrote:
> Hola a todos,como se puede saber con la api 3 el maximo nivel de zoom
> de una coordenada ?
> Eso era muy bueno en la V2 que uno sabia hasta donde daba el zoom para
> evitar el mensaje de "no tiled " cuando se sobrepa
Hola a todos,como se puede saber con la api 3 el maximo nivel de zoom
de una coordenada ?
Eso era muy bueno en la V2 que uno sabia hasta donde daba el zoom para
evitar el mensaje de "no tiled " cuando se sobrepasaba.
No entiendo porque lo sacaron o donde esta.
Gracias,.
--
You received this messa
On Jun 2, 10:29 am, "geocode...@gmail.com"
wrote:
> On Jun 2, 9:43 am, "geocode...@gmail.com"
> wrote:
>
> > On Jun 2, 7:14 am, duffnut wrote:
>
> > > the version with the bug, but that does load can be found
> > > herehttp://thefoodcycle.org/projects/(thesiteis WIP, and the address is
> > > no
> In version 2 of the API, markers had a showMapBlowup method that would
> show a mini map of the marker location. You'd typically set an event
> handler to display it when the marker is clicked.
I'd have thought you could adapt the 'overview' mini map in this
example for the purpose, haven't trie
Works Miguel! =)
I'm using and I added the InfoWindow to:
var infowindow = new google.maps.InfoWindow({
content: '${home.address}, ${home.title}, R$:${home.price} '
});
infowindow.open(map, marker);
Than you!! \o/
On 2 jun, 05:05, Miguel Angel Vilela wrote:
> Hi,
>
> You
On Jun 2, 8:11 am, "Koistya `Navin" wrote:
> Here is an example of loading v2 dinamically but it doesn't work with
> v3
>
> http://gmaps-samples.googlecode.com/svn/trunk/dynamicloading/scriptap...
>
> Any ideas on how to load v3 dinamically?
Does this help?
http://code.google.com/apis/maps/docume
Why do think it doesn't work?
Seems to work perfectly in every browser. You can try it yourself.
It's the same script as in your link but loading a v3 API map.
http://www.wolfpil.de/scriptappend.html
On Jun 2, 5:11 pm, "Koistya `Navin" wrote:
> Here is an example of loading v2 dinamically b
Merci beaucoup ;)
On 2 juin, 11:24, Marc Ridey wrote:
> Tu peux maintenant verifier si un panorama est disponible.
> Essaie ce code:
>
> var streetViewLocation = new google.maps.LatLng(-33.867386,
> 151.195767);
>
> var nearestLatLng = null;
> var nearestPano = null;
> var client = new google.map
On Jun 2, 9:43 am, "geocode...@gmail.com"
wrote:
> On Jun 2, 7:14 am, duffnut wrote:
>
> > the version with the bug, but that does load can be found
> > herehttp://thefoodcycle.org/projects/(thesite is WIP, and the address is
> > not to be shared far and wide yet)
>
> You are not getting functio
On Jun 2, 7:14 am, duffnut wrote:
> the version with the bug, but that does load can be found
> herehttp://thefoodcycle.org/projects/(the site is WIP, and the address is
> not to be shared far and wide yet)
You are not getting function closure on your infowindow variable
(because there is no cre
Thanks Rossko. Yes, that's done the trick. I knew it was something
like that. For the edification of anyone with a similar challenge,
here is the working code. Thanks again.
Here is an example of loading v2 dinamically but it doesn't work with
v3
http://gmaps-samples.googlecode.com/svn/trunk/dynamicloading/scriptappend.html
Any ideas on how to load v3 dinamically?
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript
Ben,
What does KmlLayer (via image tile layer) mean for Enterprise
customers, if the KML server is not visible to Internet outside
firewall? Also, the actual data must be pulled from the data source to
one of the Google rendering server, so the size of the data can be a
concern, (if more than just
the version with the bug, but that does load can be found here
http://thefoodcycle.org/projects/ (the site is WIP, and the address is
not to be shared far and wide yet)
and I've been looking at that example and this one
http://code.google.com/apis/maps/documentation/javascript/examples/event-closu
Responses to your questions in-line below, but please check this out:
Versioning
http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning
Cheers,
Miguel
On Wed, Jun 2, 2010 at 15:21, Marc Guay wrote:
> > Note that version 3.0 has not changed.
>
> Which version am I usin
On Jun 2, 6:21 am, Marc Guay wrote:
> > Note that version 3.0 has not changed.
>
> Which version am I using if my include is:
> Note that version 3.0 has not changed.
Which version am I using if my include is:
On Jun 2, 5:22 am, duffnut wrote:
> I have the classic scenario of wanting multiple markers with different
> info windows held in an array.
> I was having a problem with closures (like this
> guyhttp://groups.google.com/group/google-maps-js-api-v3/browse_thread/th...),
> so I found examples and r
I have the classic scenario of wanting multiple markers with different
info windows held in an array.
I was having a problem with closures (like this guy
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/30b3f94096ae3e6b#),
so I found examples and read up and tried to fix it
Hi Google folks,
many thanks for supporting streetview in v3 (with out flash!)
There is just a little bug, if You place the navigation menue on the
right side (navigationControlOptions:
{position:google.maps.ControlPosition.RIGHT}
example: http://eng.archinform.net/projekte/9656.htm (open map/a
My app isn't online yet, so i cant provide a link.
I know tha border-radius is not a standard yet, but by the way, not
only IE supports it. All webkit-based browsers, like chrome or safari,
acept it, even if they have their own -webkit-border-radius.
Of couse, im using -moz-border-radius too.
I kno
In version 2 of the API, markers had a showMapBlowup method that would
show a mini map of the marker location. You'd typically set an event
handler to display it when the marker is clicked.
This method appears to be no longer present in v3, does anybody know
how I'd achieve the same effect?
--
Y
Thank you very much.
On 6月2日, 午後4:52, Rossko wrote:
> > I found that there is no [overViewMapControl ] in Google Maps
> > JavaScript API v3.
> > So,how to take the overView on the map like V2?
>
> Example found by searching this
> grouphttp://koti.mbnet.fi/ojalesa/v3/overview_v3.htm
--
You rec
Tu peux maintenant verifier si un panorama est disponible.
Essaie ce code:
var streetViewLocation = new google.maps.LatLng(-33.867386,
151.195767);
var nearestLatLng = null;
var nearestPano = null;
var client = new google.maps.StreetViewService();
client.getNearestPanorama(streetViewLocation, 50,
The StreetViewService has been released.
Try this:
var streetViewLocation = new google.maps.LatLng(-33.867386,
151.195767);
var nearestLatLng = null;
var nearestPano = null;
var client = new google.maps.StreetViewService();
client.getNearestPanorama(streetViewLocation, 50, function(result,
status
The new StreetViewService will help you do this:
var streetViewLocation = new google.maps.LatLng(-33.867386,
151.195767);
var nearestLatLng = null;
var nearestPano = null;
var client = new google.maps.StreetViewService();
client.getNearestPanorama(streetViewLocation, 50, function(result,
status) {
You need to do a few changes to map #1 to get it behave like #2:
- onClick -> add a draggable marker (if none exists yet, so only first time)
or move it there
- when dragging that marker, update current position
- when dropping that marker, reverse-geocode current position
Cheers,
Miguel
On Wed,
Hi,
You have no obligation to create the map before receiving the geocoding
response, so you can do:
var geocoder;
var map;
function initialize() {
geocoder = new google.maps.Geocoder();
var address = document.getElementById("address").value;
if (geocoder) {
geocoder.geocode( { 'address': a
> I found that there is no [overViewMapControl ] in Google Maps
> JavaScript API v3.
> So,how to take the overView on the map like V2?
Example found by searching this group
http://koti.mbnet.fi/ojalesa/v3/overview_v3.htm
--
You received this message because you are subscribed to the Google Group
Nailed it! Thanks so much, William. It makes sense that it was CSS,
but ... not enough caffeine I suppose! :)
Solution MUCH appreciated! :)
On Jun 1, 11:05 pm, William wrote:
> there's a rule in the images.css which applies a background color ...
> ... so try commenting out this line in the css:
Allows you to search the site:
http://code.google.com/intl/pt-BR/apis/maps/documentation/javascript/examples/geocoding-simple.html
Drag and shows the local "Closest matching address:"
http://gmaps-samples-v3.googlecode.com/svn/trunk/draggable-markers/draggable-markers.html
How to join these two m
51 matches
Mail list logo