class BuildingInsights extends Resource (View source)

The "buildingInsights" collection of methods.

Typical usage is:

 $solarService = new Google\Service\Solar(...);
 $buildingInsights = $solarService->buildingInsights;

Methods

findClosest(array $optParams = [])

Locates the closest building to a query point. Returns an error with code NOT_FOUND if there are no buildings within approximately 50m of the query point. (buildingInsights.findClosest)

Details

BuildingInsights findClosest(array $optParams = [])

Locates the closest building to a query point. Returns an error with code NOT_FOUND if there are no buildings within approximately 50m of the query point. (buildingInsights.findClosest)

Parameters

array $optParams

Optional parameters.

Return Value

BuildingInsights

Exceptions

Exception