Show / Hide Table of Contents

Class LatlngReflection

Holder for reflection information generated from google/type/latlng.proto

Inheritance
System.Object
LatlngReflection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Type
Assembly: Google.Api.CommonProtos.dll
Syntax
public static class LatlngReflection

Properties

Descriptor

File descriptor for google/type/latlng.proto

Declaration
public static FileDescriptor Descriptor { get; }
Property Value
Type Description
FileDescriptor
Back to top