On Nov 19, 2:00 pm, niepere <beds...@gmail.com> 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 google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to