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"]],["최종 업데이트: 2024-08-16(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."]]],[]]