Table of Contents

Class Row

Namespace
GoogleMapsApi.Entities.DistanceMatrix.Response
Assembly
GoogleMapsApi.dll
public class Row
Inheritance
Row
Inherited Members

Properties

Elements

element[] The information about each origin-destination pairing is returned in an element entry

[JsonPropertyName("elements")]
public IEnumerable<Element> Elements { get; set; }

Property Value

IEnumerable<Element>