Class BuildingInsightsResource
The "buildingInsights" collection of methods.
Inherited Members
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 |