[Google Maps API v2] KMZ issue
I am not able to refresh kmz file.
If i edit the kmz file its refreshing.
If i delete the existing file and create new kmz file, its not
refreshing.
I am using networklinks.
function addKmlFromUrl(kmlUrl) {
var link = ge.createLink('');
link.setHref(kmlUrl);
var networkLink = ge.createNetworkLink('');
networkLink.set(link,true,false);
ge.getFeatures().appendChild(networkLink);
}
Thanks
Ajit
--
You received this message because you are subscribed to the Google Groups "Google Maps API V2" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home