[3.x] LMLayer - MetamediaTechnology/longdo-map-demo-ios GitHub Wiki
@property (nonatomic, assign) LMMode mode;
Description
Type of Longdo overlay layer.
@property (nonatomic, assign) LMTileFormat tileFormat;
Description
Tile format of overlay if use custom overlay.
@property (nonatomic, strong) NSString *sourceLayer;
Description
URL of overlay layer if use CUSTOM
overlay or name of layer if use BY_NAME
overlay.
@property (nonatomic, strong) NSString *referer;
Description
Referer URL of overlay layer if use custom overlay.
@property (nonatomic, assign) CGFloat alpha;
Description
Alpha value of overlay layer between 0.0 - 1.0.
@property (nonatomic, assign) NSInteger minZoom;
Description
Minimum zoom of map that layer will be appeared.
@property (nonatomic, assign) NSInteger maxZoom;
Description
Maximum zoom of map that layer will be appeared.
- (id)initWithMode:(LMMode)mode;
Description
Initializes LMLayer
with Longdo overlay type.
Parameters
- mode Overlay layer type.