Returns the persisted name of this landmark store.
String get name { final OperationResult resultString = objectMethod( pointerId, 'LandmarkStore', 'getName', ); return resultString['result']; }