Maply3dTouchPreviewDatasource
Undocumented
-
Asks the data source for a view controller to display as a preview for a selected object
Declaration
Objective-C
- (id)maplyViewController:(MaplyBaseViewController *_Nonnull)viewC previewViewControllerForSelection:(NSObject *_Nonnull)selectedObj;Swift
func maplyViewController(_ viewC: MaplyBaseViewController, previewViewControllerForSelection selectedObj: Any!) -> Any!Parameters
viewCthe map requesting the view controller;
selectedObjThe object a preview is being requested for.
Return Value
a UIViewController, or nil if no preview should be displayed.
-
Asks the data source to present a preview view controller.
the most likely implementation of this is [self show:previewViewC sender:self];
Declaration
Objective-C
- (void)maplyViewController:(MaplyBaseViewController *_Nonnull)viewC showPreviewViewController:(id)previewViewC;Swift
func maplyViewController(_ viewC: MaplyBaseViewController, showPreviewViewController previewViewC: Any!)Parameters
viewCthe map requesting the view controller;
previewViewCthe view controller to present.
View on GitHub
Maply3dTouchPreviewDatasource Protocol Reference