controls changes during a tour to KML features, using . Changes to KML features will not modify the DOM - that is, any changes will be reverted when the tour is over, and will not be saved in the KML at any time.
should also contain a value to specify the length of time in seconds over which the update takes place. Integer, float, and color fields are smoothly animated from original to new value across the duration; boolean, string, and other values that don't lend to interpolation are updated at the end of the duration.
Refer to Tour timelines in the Touring chapter of the KML Developer's Guide for information about and the tour timeline.
Syntax: <gx:AnimatedUpdate> <gx:duration>0.0</gx:duration> <!-- double, specifies time in seconds --> <Update> <targetHref>...</targetHref> <!-- required; can contain a URL or be left blank --> <!-- (to target elements within the same file --> <Change>...</Change> <Create>...</Create> <Delete>...</Delete> </Update> </gx:AnimatedUpdate>
Extends:
@see : Contains:
@see :
@see :