Classes
Type Definitions
-
GxTrackObject{Object}
-
Properties:
Name Type Description coordinatesArray.<Array.<number>> Coordinates.
whensArray.<number> Whens.
-
A function that takes a url
{string}and returns a url{string}. Might be used to change an icon path or to substitute a data url obtained from a KMZ array buffer. -
Options{Object}
-
Properties:
Name Type Argument Default Description extractStylesboolean <optional>
true Extract styles from the KML.
showPointNamesboolean <optional>
true Show names as labels for placemarks which contain points.
defaultStyleArray<Style> <optional>
Default style. The default default style is the same as Google Earth.
writeStylesboolean <optional>
true Write styles into KML.
crossOriginnull | string <optional>
'anonymous' The
crossOriginattribute for loaded images. Note that you must provide acrossOriginvalue if you want to access pixel data with the Canvas renderer.iconUrlFunctionIconUrlFunction <optional>
Function that takes a url string and returns a url string. Might be used to change an icon path or to substitute a data url obtained from a KMZ array buffer.
-
Vec2{Object}
-
Properties:
Name Type Argument Description xnumber X coordinate.
xunitsIconAnchorUnits Units of x.
ynumber Y coordinate.
yunitsIconAnchorUnits Units of Y.
originIconOrigin <optional>
Origin.