Gets the field count.
The field count
Add a new field to the contact info
Field's type (multiple values of the same type are supported)
Field's value
Field's name (usually used for display in UI)
Gets the field name/short description. Depends on the language set. Usually used for display in UI
Field index
The field name for the given index, or null if no field corresponds to the given index
Gets the field type.
Field index
The field type for the given index, or null if no field corresponds to the given index
Gets the field value.
Field index
The field value for the given index, or null if no field corresponds to the given index
ProtectedregisterRegisters an object for auto release. When the object is not used anymore, it will be released automatically from C++.
The pointer ID to register
Removes a field specified by index. The field must already exist.
Field index
Sets field type, value and name. The field must already exist.
Field index
Field's type
Field's value
Field's name
StaticcreateCreates a new ContactInfo instance
Contact info class
A ContactInfo can have multiple values of the same ContactInfoFieldType.
Changes made to this object will not be automatically reflected in associated Landmark. Use the Landmark.contactInfo setter to set the contact info for a landmark.