On-demand Rides and Deliveries Solution is currently available only to select partners. Contact sales to learn more.

GMTSWaypoint Class Reference

Stay organized with collections Save and categorize content based on your preferences.
GMTSWaypoint Class Reference

Overview

Object representing an intermediate point along a route.

Inherits GMTSImmutableData.

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.