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 Name | Type | Description |
---|---|---|
id | int | the list id |
name | String | the list name |
pinpoints | Pinpoint [] | the pinpoints inside the list |