My favorites | English | Sign in

Google Earth API

KmlObjectList Interface Reference

Inherits GESchemaObject.

List of all members.


Public Member Functions

KmlObject item (int index)
int getLength ()

Detailed Description

A collection of KmlObjects.

Member Function Documentation

KmlObject KmlObjectList.item ( int  index  ) 

Gets an item from the object list. For example, list.item(0) returns the first object in the list.

int KmlObjectList.getLength (  ) 

Number of objects in collection.