Package

com.scalakml

atom

Permalink

package atom

Visibility
  1. Public
  2. All

Type Members

  1. case class Author(name: Option[String] = None, uri: Option[String] = None, email: Option[String] = None) extends Product with Serializable

    Permalink

    KML 2.2 supports new elements for including data about the author and related website in your KML file.

    KML 2.2 supports new elements for including data about the author and related website in your KML file. This information is displayed in geo search results, both in Earth browsers such as Google Earth, and in other applications such as Google Maps. The ascription elements used in KML are as follows: atom:author element - parent element for atom:name atom:name element - the name of the author atom:link element - contains the href attribute href attribute - URL of the web page containing the KML/KMZ file These elements are defined in the Atom Syndication Format.

    The <atom:author> element is the parent element for <atom:name>, which specifies the author of the KML feature.

    name

    the name of the author

  2. case class Link(href: Option[String] = None, rel: Option[String] = None, typeValue: Option[String] = None, hrefLang: Option[String] = None, title: Option[String] = None, length: Option[String] = None) extends Product with Serializable

    Permalink

    Specifies the URL of the website containing this KML or KMZ file.

    Specifies the URL of the website containing this KML or KMZ file. Be sure to include the namespace for this element in any KML file that uses it: xmlns:atom="http://www.w3.org/2005/Atom"

    href

    URL of the web page containing the KML/KMZ file

Ungrouped