MRDPlacemarkSheetDataSourceDelegate Protocol Reference
| Conforms to | NSObject | 
|---|---|
| Declared in | MRDBottomSheetProtocols.h | 
Overview
An interface that provides an ability to be notified when data fails or successfully loads.
– data:loadedWithError:
required method
	Executed when a response comes back for loading data in the placemark sheet.
- (void)data:(MRPlacemark *_Nullable)data loadedWithError:(NSError *_Nullable)errorParameters
data | 
						The data that is associated with the placemark that can be used to create cells.  | 
					
|---|---|
error | 
						If an error happens during load, it is passed along to handle appropriately.  | 
					
Declared In
MRDBottomSheetProtocols.h
– requestedLoadOfURL:
	Executed when a url is executed, most likely by tapping a link with the url associated with it.
- (void)requestedLoadOfURL:(NSURL *_Nonnull)urlParameters
url | 
						The address that should be loaded.  | 
					
|---|
Declared In
MRDBottomSheetProtocols.h