My markers show fine in safari but once I get it on mobile safari the
markers disappear. Marker cluster images work fine on both browsers.
Its really weird. I can click on the invisible markers. So just the
image is not being rendered correctly.
Any ideas?
--
You received this message because you
Yes. It might be better to use utility library for anyone who wants to
do so.
But even if there's 2 markers located very close each other, those 2
markers overlap when you zoom out the map. And you will not be able to
click the marker behind the other one, and you won't be able to see it
at all.
Sorry, I mean - I don't know why Google Maps JavaScript API dosen't
support something like this.
On May 11, 3:17 am, TK wrote:
> For user who use many (maybe over 100) makers (with XML/KML) would be
> great if could automatic clustering just set in myOptions i.e
> clu
Have you got a working example somewhere?
>
> > 2010/5/10 Fredrik Bonander
> > Don't know if the problem got solved. But if anyone's interested I've built
> > a markermanager using google maps MVC object, that supports, different zoom
> > levels, custom marker
nt automatic clustering you might want to use the Clusterer class
> in the same library.
>
> 2010/5/7 TK
>
>
>
>
>
> > I would like to do like this with API v3.
> >http://www.shift.jp.org/en/map/
> > This is v2 version without MarkerManager.
>
> > Can
I would like to do like this with API v3.
http://www.shift.jp.org/en/map/
This is v2 version without MarkerManager.
Can't I do it with API v3 with MarkerManager?
On May 7, 9:02 pm, TK wrote:
> You're so kind. I've put the code onhttp://www.shift.jp.org/ja/map/index.html
>
>
> I think i fixed it ;)
>
> http://www.geostart.nl/test.html
>
> 2010/4/22 TK
>
>
>
>
>
> > Hi again,
>
> > Still have errors
>
> > error: missing ) after argument list
> > file:http://www.shift.jp.org/ja/map/index.html
> > line:
Hi again,
Still have errors
error: missing ) after argument list
file: http://www.shift.jp.org/ja/map/index.html
line: 49
code: function createMarker(name, latlng) {
error: initialize is not defined
file: http://www.shift.jp.org/ja/map/index.html
line: 1
Sorry many ask.
On Apr 22, 3:33 pm, C
the curly brackets! :)
>
> The initliaze function is not closed.
>
> 2010/4/22 TK
>
>
>
>
>
> > Done it. But still error :(
> >http://www.shift.jp.org/ja/map/index.html
>
> > Where should I place "mgr.refresh();" ?
>
> > On Apr 22, 5
));
> var marker = createMarker(markers[i].getAttribute("name"), latlng);
> markersForManager.push(marker);
> }
> mgr.addMarkers(markersForManager, 1, 22);
> });
>
> });
>
> 2010/4/21 TK
>
>
>
>
>
> > Hi,
>
> >
Hi,
You are very kind! I try it but dosen't work. I'm sure I make mistake.
I know I should try and try but I don't know why.
Would be great if could help a few.
The reverse code is here.
http://www.shift.jp.org/ja/map/
--
You received this message because you are subscribed to the Google Grou
Hi Cosmin Pitu,
Do you know how shoul I do? I'm a beginer of Javascripts.
Here is the url:
http://www.shift.jp.org/ja/map/
Code:
http://google-maps-utility-library-
v3.googlecode.com/svn/tags/markermanager/1.0/src/markermanager.js">
var infowindow;
var map;
function initialize()
Have to use addMarkers() method not createMarker() use for
MarkerManager?
--
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 gro
Dose MarkerManager script works? I read docment but seems not working.
http://google-maps-utility-library-v3.googlecode.com/svn/tags/markermanager/1.0/src/markermanager.js
I would like to see simple sample except bellow.
http://google-maps-utility-library-v3.googlecode.com/svn/tags/markermanager/
nmake...
>
>
>
> On Wed, Apr 14, 2010 at 3:34 AM, TK wrote:
>
> > How can I use this script for API v3 without custom icon?
> >http://gmaps-samples.googlecode.com/svn/trunk/manymarkers/markerhash
>
> > I don't find this kind of examples for API v3.
>
How can I use this script for API v3 without custom icon?
http://gmaps-samples.googlecode.com/svn/trunk/manymarkers/markerhash.html
I don't find this kind of examples for API v3.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
I've done this.
Add bellow code before "downloadUrl"
var infowindow2 = new google.maps.InfoWindow(
{content: "",
position: myLatlng
});
infowindow2.open(map);
And remove "google.maps.event.trigger(marker,"click"); "
Thanks,
--
You received this message because you are subscr
I have a question of Google Maps API v3.
I would like to open a designation information window from several
markers.
I mean an open infowindow upon loading page like this
http://code.google.com/apis/ajax/playground/?exp=maps#info_window
or
http://code.google.com/intl/en/apis/maps/documentation/v3
18 matches
Mail list logo