高德地图SDK(定位)  V2.10.0
AMapLocationPoint Class Reference

经纬度坐标点对象 More...

#import <AMapLocationCommonObj.h>

Inheritance diagram for AMapLocationPoint:

Class Methods

(AMapLocationPoint *) + locationWithLatitude:longitude:
 AMapNaviPoint类对象的初始化函数 More...
 

Properties

CGFloat latitude
 纬度 More...
 
CGFloat longitude
 经度 More...
 

Detailed Description

经纬度坐标点对象

Method Documentation

◆ locationWithLatitude:longitude:

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

AMapNaviPoint类对象的初始化函数

Parameters
lat纬度
lon经度
Returns
AMapNaviPoint类对象id

Property Documentation

◆ latitude

- (CGFloat) latitude
readwritenonatomicassign

纬度

◆ longitude

- (CGFloat) longitude
readwritenonatomicassign

经度


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