TencentNavKit
QMapView+TNKExtesion.h
Go to the documentation of this file.
1//
2// QMapView+TNKExtesion.h
3// TencentNavKit
4//
5// Created by mol on 2022/11/17.
6// Copyright © 2022 Tencent. All rights reserved.
7//
8
9#import <QMapKit/QMapKit.h>
10#import <TencentNavKit/TencentNavKit.h>
11
12NS_ASSUME_NONNULL_BEGIN
13
14
17
18
24- (void)tnk_setVisibleMapWithPoints:(NSArray<TNKCoordinatePoint *> *)points
25 edgePadding:(UIEdgeInsets)edgePadding
26 animated:(BOOL)animated;
27
28@end
29
30NS_ASSUME_NONNULL_END
地图扩展方法
Definition: QMapView+TNKExtesion.h:16
经纬度类
Definition: TNKCommonObj.h:42