概览
表示标识终端位置的信息的对象。
公共成员函数 | |
(instancetype) | - initWithPoint:label:description:placeID:generatedID:accessPointID: |
初始化 GMTSTerminalLocation 的实例。 | |
属性 | |
GMTSLatLng * | 积分 |
终端的点位置。 | |
NSString * | terminalLocationLabel |
终端位置直观易懂的名称。 | |
NSString * | terminalLocationDescription |
对航站楼位置的详细说明,其中可能包括如何前往该位置。 | |
NSString * | placeID |
终点站的地点 ID。 | |
NSString * | generatedID |
如果地点 ID 不可用,则为生成的 ID。 | |
NSString * | accessPointID |
指示关联行程的当前终端位置的接入点 ID。 |
成员函数文档
- (instancetype) initWithPoint: | (可为 null 的 GMTSLatLng *) | 积分 | |
唱片公司: | (nullable NSString *) | terminalLocationLabel | |
说明: | (nullable NSString *) | terminalLocationDescription | |
placeID: | (nullable NSString *) | placeID | |
生成的 ID: | (nullable NSString *) | generatedID | |
accessPointID: | (nullable NSString *) | accessPointID | |
初始化 GMTSTerminalLocation 的实例。
- 参数:
-
point 终端的点位置。 terminalLocationLabel 终端位置直观易懂的名称。 terminalLocationDescription 对航站楼位置的详细说明,其中可能包括如何前往该位置。 placeID 终点站的地点 ID。 generatedID 如果地点 ID 不可用,则为生成的 ID。 accessPointID 关联行程中当前终端位置的接入点 ID。
属性说明
- (GMTSLatLng*) 点 [read, copy] |
终端的点位置。
- (NSString*) terminalLocationLabelterminalLocationLabel [read, copy] |
终端位置直观易懂的名称。
- (NSString*) terminalLocationDescription [read, copy] |
对航站楼位置的详细说明,其中可能包括如何前往该位置。
- (NSString*) placeID [read, copy] |
终点站的地点 ID。
如需了解详情,请参阅 https://developers.google.com/places/web-service/place-id。
- (NSString*) generatedID [read, copy] |
如果地点 ID 不可用,则为生成的 ID。
如果存在有效的地点 ID,则该 ID 为 nil。
- (NSString*) accessPointID [read, copy] |
指示关联行程的当前终端位置的接入点 ID。
如果关联的行程不存在,则该值为 nil。需要关联的行程。