#' The S4 \code{oshElement} class has 3 different subclasses: \code{nodeList}, \code{wayList}, and \code{relationList}
#'
#' @slot data A list holding \code{XMLInternalElementNode} objects with an XML name of node, way or relation.
#' @slot tags A list holding named character vectors with OSM tags as key-value pairs.
#' @slot attrs A list holding named character vectors with OSM attrs as key-value pairs.
#' @slot type Describe the type of an oshElement.
#'
#'
#' @section Details:
#' This class is used by \code{as_oshex()} to initiate an \code{oshElement} class, such as: \code{nodeList}, \code{wayList}, and \code{relationList}.
#'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.