Skip to main content

List

List

Type: public class

A class that defines a list

id

Type: public int

The list id

name

Type: public [String](https://developer.android.com/reference/java/lang/String)

The list name

Pinpoint

Type: public

The pinpoints inside the list

List(int id, String name, Pinpoint [] pinpoints)

Type: public

The list constructor

Parameter NameTypeDescription
idintthe list id
nameStringthe list name
pinpointsPinpoint []the pinpoints inside the list