The map that the ground overlay will be visualized on.
The ground overlay feature to visualize.
Optional
options: CreateGroundOverlayLayerOptionsOptions for the created layer. Use this to set a layer id, label or visibility. It takes precedence over the default behavior (which uses the groundOverlayFeature's visibility and name).
2021.0
Creates a layer to visualize a KMLGroundOverlayFeature.
By default, this function will use the KMLFeatureProperties.name as the layer's label and KMLFeatureProperties.visibility as the layer's visible flag. You can override this default behavior by specifying a label or visible flag in the layerOptions.