In my case kmlLayer not render fast, but geoxml3 yes.
I have only markers on my map, not gpolylines or gpolygons. It's
normal?

On 20 Nov, 00:11, "[email protected]" <[email protected]> wrote:
> On Nov 19, 2:00 pm, niepere <[email protected]> wrote:
>
> > Hi guys,
> > Which are the benefits of using geoxml3 (http://code.google.com/p/
> > geoxml3/wiki/Usage) ?
>
> > For me is more fast, the singol icons on map is loaded more more fast
> > than this solution:
> > var kmlLayer = new google.maps.KmlLayer("http://mysite.kml?data="+
> > data,{ preserveViewport: true });
> > kmlLayer.setMap(map);
>
> > Is this the vantage? The velocity of kml rendering?
>
> The only reason to use geoxml3 is if you need access to the markers,
> gpolygons and gpolylines created by the kml.
> kmlLayer will probably render faster, but you don't get access to the
> objects displayed (e.g. I don't know how you would create a sidebar)
>
>   -- Larry
>
>
>
> > Thanks in advange.
>
> > Best Regards.

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

Reply via email to