Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Solar API sử dụng dữ liệu về địa điểm để xác định loại toà nhà và xác định các toà nhà dựa trên hình ảnh vệ tinh. Trang này mô tả cách xác định thông tin về năng lượng mặt trời của toà nhà nào được trả về trong yêu cầu buildingInsights.
Các loại toà nhà
Solar API hỗ trợ các toà nhà thuộc loại premise. Loại này cho biết một vị trí có tên, thường là một toà nhà hoặc một nhóm toà nhà có tên chung.
Các loại khác, chẳng hạn như subpremise hoặc các loại phức hợp (ví dụ: các toà nhà riêng biệt nằm trên một cơ sở duy nhất, trừ phi được đăng ký là premise) không được hỗ trợ.
Mái nhà
Solar API xác định vị trí lắp đặt tấm pin năng lượng mặt trời tối ưu trên mái nhà dựa trên hình ảnh vệ tinh. Các toà nhà dân cư, đặc biệt là những toà nhà có mái dốc hoặc mái nghiêng, được xác định với độ chính xác cao, trong khi các toà nhà có mái bằng (ví dụ: toà nhà chung cư hoặc toà nhà thương mại) có thể có độ chính xác khác nhau.
Nếu phản hồi buildingInsights không có trường solarPanelConfigs, thì có nghĩa là toà nhà đã được xử lý đúng cách, nhưng chúng tôi không thể đặt các tấm pin trên mái nhà. Điều này có thể xảy ra nếu mái nhà quá nhỏ để lắp đặt các tấm pin hoặc quá râm mát nên các tấm pin không thể tạo ra nhiều năng lượng.
Sử dụng place_id để tham chiếu đến địa điểm phù hợp.
Sử dụng toạ độ vĩ độ và kinh độ của địa điểm trong yêu cầu Solar API buildingInsights.
Nếu Solar API tìm thấy một toà nhà phù hợp, hãy kiểm tra để đảm bảo rằng place_id trong phản hồi buildingInsights khớp với place_id từ Geocoding API hoặc Place Autocomplete API.
Để giới hạn kết quả ở những địa điểm có loại premise, hãy thêm bộ lọc loại địa điểm vào các phản hồi của Geocoding API hoặc Places API.
Bạn cũng có thể cung cấp trải nghiệm bổ sung bằng cách cho phép người dùng chọn toà nhà trên bản đồ bằng Maps JavaScript API. Trích xuất vĩ độ và kinh độ của toà nhà từ sự kiện chuột, sau đó truyền các toạ độ đó vào một yêu cầu buildingInsights.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-09 UTC."],[[["The Solar API uses place data and satellite imagery to identify buildings and determine their solar potential, focusing on buildings classified as \"premise\" in Google Places."],["The API primarily supports residential buildings with inclined roofs for accurate solar panel placement, while accuracy may vary for flat-roofed buildings."],["If the `solarPanelConfigs` field is missing from the API response, it indicates the building was analyzed, but solar panel placement was not feasible due to roof size or shading."],["Users can identify buildings for solar analysis by converting addresses to coordinates using Geocoding or Place Autocomplete APIs and passing the coordinates to the Solar API."],["A complementary approach involves users selecting a building directly on a map using the Maps JavaScript API, and using the extracted coordinates for solar analysis."]]],["The Solar API utilizes place data and satellite imagery to identify buildings and determine solar potential. It primarily supports `premise` type buildings, excluding `subpremise` types. Optimal solar panel placement is assessed, with higher accuracy for residential pitched roofs; flat roofs may vary. The API can be used by converting an address to coordinates via the Geocoding or Place Autocomplete APIs, or by using a location selected on a map. The results can be filtered to places of type premise, and the results from the building insights api can be compared to the results from the geocoding or places API.\n"]]