kml:LookAtType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id ID optional
targetId NCName optional

Used By

Source

<complexType name="LookAtType" final="#all">
  <complexContent>
    <extension base="kml:ObjectType">
      <all>
        <element name="longitude" type="kml:angle180" minOccurs="0" default="0"/>
        <element name="latitude" type="kml:angle90" minOccurs="0" default="0"/>
        <element name="altitude" type="double" minOccurs="0" default="0"/>
        <element name="range" type="double" minOccurs="0"/>
        <element name="tilt" type="kml:anglepos90" minOccurs="0" default="0"/>
        <element name="heading" type="kml:angle360" minOccurs="0" default="0"/>
        <element name="altitudeMode" type="kml:altitudeModeEnum" minOccurs="0" default="clampToGround"/>
      </all>
    </extension>
  </complexContent>
</complexType>