高德地图SDK(导航)  V11.1.000
AMapNaviPoint Class Reference

#import <AMapNaviCommonObj.h>

Inheritance diagram for AMapNaviPoint:

Instance Methods

(BOOL) - isEqualToNaviPoint:
 判断点是否与当前点相同 Determine if a point is the same as the current point More...
 

Class Methods

(AMapNaviPoint *) + locationWithLatitude:longitude:
 AMapNaviPoint类对象的初始化函数 Initialization function of AMapNaviPoint class object. More...
 

Properties

CGFloat latitude
 
CGFloat longitude
 

Method Documentation

◆ isEqualToNaviPoint:

- (BOOL) isEqualToNaviPoint: (AMapNaviPoint *)  aPoint

判断点是否与当前点相同 Determine if a point is the same as the current point

Parameters
aPoint需要判断的点 Point to be judged
Returns
两个点是否相同 Whether two points are the same

◆ locationWithLatitude:longitude:

+ (AMapNaviPoint *) locationWithLatitude: (CGFloat)  lat
longitude: (CGFloat)  lon 

AMapNaviPoint类对象的初始化函数 Initialization function of AMapNaviPoint class object.

Parameters
lat纬度 Latitude
lon经度 Longitude
Returns
AMapNaviPoint类对象id ID of AMapNaviPoint class object

Property Documentation

◆ latitude

- (CGFloat) latitude
readwritenonatomicassign

纬度 Latitude

◆ longitude

- (CGFloat) longitude
readwritenonatomicassign

经度 Longitude


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。