Returns the unique identifier for this landmark store.
int get id { final OperationResult resultString = objectMethod( pointerId, 'LandmarkStore', 'getId', ); return resultString['result']; }