Show / Hide Table of Contents

Class Isochrone

The result of an isochrone calculation, representing an area of reachability from an origin point within a specified travel time.

Inheritance
object
Isochrone
Implements
IMessage<Isochrone>
IEquatable<Isochrone>
IDeepCloneable<Isochrone>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Isochrones.V1
Assembly: Google.Maps.Isochrones.V1.dll
Syntax
public sealed class Isochrone : IMessage<Isochrone>, IEquatable<Isochrone>, IDeepCloneable<Isochrone>, IBufferMessage, IMessage

Constructors

Isochrone()

Declaration
public Isochrone()

Isochrone(Isochrone)

Declaration
public Isochrone(Isochrone other)
Parameters
Type Name Description
Isochrone other

Properties

GeoJson

Output only. The isochrone geometry in GeoJSON format, using the RFC 7946 format: https://datatracker.ietf.org/doc/html/rfc7946#section-3.1.6.

Declaration
public Struct GeoJson { get; set; }
Property Value
Type Description
Struct

GeometryCase

Declaration
public Isochrone.GeometryOneofCase GeometryCase { get; }
Property Value
Type Description
Isochrone.GeometryOneofCase
In this article
Back to top Generated by DocFX