Show / Hide Table of Contents

Class BuildingInsightsResource

The "buildingInsights" collection of methods.

Inheritance
object
BuildingInsightsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Solar.v1
Assembly: Google.Apis.Solar.v1.dll
Syntax
public class BuildingInsightsResource

Constructors

BuildingInsightsResource(IClientService)

Constructs a new resource.

Declaration
public BuildingInsightsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

FindClosest()

Locates the building whose centroid is closest to a query point. Returns an error with code NOT_FOUND if there are no buildings within approximately 50m of the query point.

Declaration
public virtual BuildingInsightsResource.FindClosestRequest FindClosest()
Returns
Type Description
BuildingInsightsResource.FindClosestRequest
In this article
Back to top Generated by DocFX