Interface protos.google.type.ILatLng (2.13.0)

Properties of a LatLng.

Package

@google-cloud/dialogflow-cx!

Properties

latitude

latitude?: (number|null);

LatLng latitude

Property Value
TypeDescription
(number|null)

longitude

longitude?: (number|null);

LatLng longitude

Property Value
TypeDescription
(number|null)