Table of Contents

Enum ResourcesResource.BuildingsResource.InsertRequest.CoordinatesSourceEnum

Namespace
Google.Apis.Admin.Directory.directory_v1
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

Source from which Building.coordinates are derived.

public enum ResourcesResource.BuildingsResource.InsertRequest.CoordinatesSourceEnum

Fields

CLIENTSPECIFIED = 0

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

RESOLVEDFROMADDRESS = 1

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

SOURCEUNSPECIFIED = 2

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