更新高德地图
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#import "AMapNaviCommonObj.h"
|
||||
#import "AMapNaviRideDataRepresentable.h"
|
||||
#import "AMapNaviEleBikeDataRepresentable.h"
|
||||
#import "AMapNaviCompositeAnnotation.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
///骑行导航界面显示模式
|
||||
@@ -148,6 +150,18 @@ typedef NS_ENUM(NSInteger, AMapNaviRideViewShowMode)
|
||||
* @param wayPointImage 途经点图标,设置nil为默认图标
|
||||
*/
|
||||
- (void)setWayPointImage:(nullable UIImage *)wayPointImage;
|
||||
#pragma mark - Overlay
|
||||
/**
|
||||
* @brief 在导航地图中添加自定义overlay. since 9.7.0
|
||||
* @param overlay 具体参考 官方Demo中 DriveViewWithCustomOverlayViewController .
|
||||
*/
|
||||
- (void)addCustomOverlay:(id <AMapNaviCompositeOverlay>_Nonnull)overlay;
|
||||
|
||||
/**
|
||||
* @brief 移除导航地图中的自定义overlay. since 9.7.0
|
||||
* @param overlay 具体参考 AMapNaviCompositeOverlay .
|
||||
*/
|
||||
- (void)removeCustomOverlay:(id <AMapNaviCompositeOverlay>_Nonnull)overlay;
|
||||
#pragma mark - Other
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user