getItem

external fun getItem(index: Int): Landmark?

Get the specified item by index;

Return

API object representing the item, or default object if the index is not in the range 0 to (size()-1).

Parameters

index

Index of the item.