Show / Hide Table of Contents

Enum ResourcesResource.BuildingsResource.PatchRequest.CoordinatesSourceEnum

Source from which Building.coordinates are derived.

Namespace: Google.Apis.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public enum CoordinatesSourceEnum

Fields

Name Description
CLIENTSPECIFIED

Building.coordinates are set to the coordinates included in the request.

COORDINATESSOURCEUNDEFINED
RESOLVEDFROMADDRESS

Building.coordinates are automatically populated based on the postal address.

SOURCEUNSPECIFIED

Defaults to RESOLVED_FROM_ADDRESS if postal address is provided. Otherwise, defaults to CLIENT_SPECIFIED if coordinates are provided.

Back to top