GMTSWaypoint Class Reference

GMTSWaypoint Class Reference

Overview

Object representing an intermediate point along a route.

Inherits GMTCImmutableData.

Public Member Functions

(instancetype) - initWithLatLng:
 Instantiates the object.

Properties

GMTSLatLnglatLng
 The latitude and longitude associated with the waypoint.

Member Function Documentation

- (instancetype) initWithLatLng: (nullable GMTSLatLng *)  latLng

Instantiates the object.

Parameters:
latLngThe latitude and longitude associated with the waypoint.

Property Documentation

- (GMTSLatLng*) latLng [read, copy]

The latitude and longitude associated with the waypoint.