Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

Group

The Group class represent a specific group information.


Summary
The Group class represent a specific group information.
The Group constructor; Creates a new Group instance by a separate group fields.
The id of the group.
The time of the group.
The access type of the group.
The invitation type of the group.
The name of the group.
The description of the group.
The owner of the group.
An array that contains a list of User objects (members).
Equal to membersList.

Constructors

Group

Group( string id
string iconUrl
string accessType
string invitationType
string name
string description
User owner
Array[] membersList
Array[] members)

The Group constructor; Creates a new Group instance by a separate group fields.

Parameters

idThe id of the group.
iconUrlThe icon url of the group.
accessTypeThe access type of the group.
invitationTypeThe invitation type of the group.
nameThe name of the group.
descriptionThe description of the group.
ownerThe owner of the group.
membersListAn array that contains a list of User objects (members).
membersEqual to membersList.

Properties

id

string id

The id of the group. 

iconUrl

string iconUrl

The icon url of the group. 

accessType

string accessType

The access type of the group. 

invitationType

string invitationType

The invitation type of the group. 

name

string name

The name of the group. 

description

string name

The description of the group. 

owner

User owner

The owner of the group. 

membersList

Array[] members

An array that contains a list of User objects (members). 

members

Array[] members

Equal to membersList. 

Address(string fullAddress)
The Address constructor; Creates a new Address instance by a full address value.
This is the base class of the provided coordinates classes.