You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
436 B
21 lines
436 B
// |
|
// MAMVTTileOverlayRenderer.h |
|
// MapKit_static |
|
// |
|
// Created by Li Fei on 11/25/13. |
|
// Copyright © 2016 Amap. All rights reserved. |
|
// |
|
|
|
#import "MAConfig.h" |
|
|
|
#if MA_INCLUDE_OVERLAY_TILE |
|
#if FEATURE_MVT |
|
#import "MATileOverlayRenderer.h" |
|
#import "MAMVTTileOverlay.h" |
|
|
|
/// 此类是将MAMVTOverlayRenderer中的覆盖tiles显示在地图上的Renderer |
|
@interface MAMVTTileOverlayRenderer : MATileOverlayRenderer |
|
@end |
|
|
|
#endif |
|
#endif
|
|
|