addExtraInfo method
- String info
Appends an extra information entry to the landmark's metadata.
Parameters
info: A string containing the extra information to append.
Implementation
void addExtraInfo(String info) {
objectMethod(pointerId, 'Landmark', 'addExtraInfo', args: info);
}