Z: 지도 뷰에 지도 콘텐츠가 얼마나 크게 표시되는지를 결정하는 확대/축소 수준입니다. 허용되는 값은 0~16이며, 값이 0이면 전 세계가 단일 타일에 표시됩니다.
X,Y: 북동쪽 모서리 (0,0)를 기준으로 한 카드 좌표입니다. X 값은 서쪽에서 동쪽으로 갈수록 증가하고 Y 값은 북쪽에서 남쪽으로 갈수록 증가합니다. 좌표는 지정된 확대/축소 수준에 유효해야 합니다. 예를 들어 확대/축소 수준을 2로 설정하고 좌표 (10,10)에서 카드를 요청하면 API는 오류를 반환합니다.
히트맵 요청 예시
위 이미지는 확대/축소 수준이 2인 TREE_UPI 히트맵과 각 타일의 좌표를 보여줍니다. 다음 예에서는 heatmapTiles 엔드포인트를 사용하여 좌표 (2,1)의 카드를 요청합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-11(UTC)"],[[["The heatmapTiles endpoint delivers pollen heatmaps as tile overlays, which are collections of 256x256 pixel image tiles displayed on top of Google Maps."],["Tile coordinates (X,Y) determine the grid position, with (0,0) at the northwest corner and increasing values eastward for X and southward for Y."],["Zoom level (Z) controls map content size and grid dimensions, ranging from 0 (entire world) to 16, influencing tile coordinates validity."],["To request heatmap tiles, use the heatmapTiles endpoint with required parameters: API key, heatmap type, zoom level, and tile coordinates (X,Y)."],["You can overlay these pollen heatmap tiles onto existing maps for visualization, enhancing applications with pollen information."]]],["The `heatmapTiles` endpoint provides pollen heatmaps as image tiles (256x256 pixels) overlaid on Google Maps. Tiles are arranged in a grid with (X,Y) coordinates, starting from (0,0) in the northwest. The zoom level (0-16) dictates map detail, scaling the grid exponentially (gridSizeX = X^zoomLevel). A request to the endpoint requires an API key, heatmap `TYPE`, `Z` zoom level, and `X`, `Y` tile coordinates. The format for a request is: `https://pollen.googleapis.com/v1/mapTypes/TYPE/heatmapTiles/Z/X/Y?key=YOUR_API_KEY`\n"]]