Interface protos.google.cloud.talent.v4beta1.ILocation (3.2.7)

Properties of a Location.

Package

@google-cloud/talent!

Properties

latLng

latLng?: (google.type.ILatLng|null);

Location latLng

Property Value
TypeDescription
(google.type.ILatLng|null)

locationType

locationType?: (google.cloud.talent.v4beta1.Location.LocationType|keyof typeof google.cloud.talent.v4beta1.Location.LocationType|null);

Location locationType

Property Value
TypeDescription
(google.cloud.talent.v4beta1.Location.LocationType|keyof typeof google.cloud.talent.v4beta1.Location.LocationType|null)

postalAddress

postalAddress?: (google.type.IPostalAddress|null);

Location postalAddress

Property Value
TypeDescription
(google.type.IPostalAddress|null)

radiusMiles

radiusMiles?: (number|null);

Location radiusMiles

Property Value
TypeDescription
(number|null)