MapsIndoors iOS SDK V3
|
#include <MPImageProvider.h>
Instance Methods | |
(void) | - getImageFromUrlStringAsync:imageSize:completionHandler: |
Class Methods | |
(void) | + getImageFromUrlStringAsync:completionHandler: |
+ (void) getImageFromUrlStringAsync: | (nonnull NSString *) | url | |
completionHandler: | (nonnull void(^)(UIImage *_Nullable image, NSError *_Nullable error)) | completionHandler |
- (void) getImageFromUrlStringAsync: | (nonnull NSString *) | url | |
imageSize: | (CGSize) | size | |
completionHandler: | (nonnull void(^)(UIImage *_Nullable image, NSError *_Nullable error)) | completionHandler |
Reimplemented from <MPImageProvider>.