ปลายทาง
heatmapTiles
จะแสดงแผนที่ความหนาแน่นที่เกี่ยวข้องกับละอองเกสรผ่านการวางซ้อนไทล์ การวางซ้อนชิ้นส่วนภาพ
คือชุดของชิ้นส่วนภาพที่แสดงบน Google Maps ได้ ไทล์รูปภาพแต่ละรายการมีขนาด 256 x 256 พิกเซล
การวางซ้อนของแผนที่ย่อยคือตารางกริดที่ประกอบขึ้นจากคอลเล็กชันของแผนที่ย่อย โดยแต่ละแผนที่ย่อยจะได้รับพิกัด (X,Y) ไทล์ที่มีพิกัด (0,0) จะอยู่ที่มุม
ตะวันตกเฉียงเหนือของแผนที่เสมอ ค่า X จะเพิ่มขึ้นจากตะวันตกไปตะวันออก ส่วนค่า Y จะเพิ่มขึ้นจากเหนือไปใต้
zoom level จะกำหนดว่าเนื้อหาของแผนที่จะปรากฏในมุมมองแผนที่
มีขนาดใหญ่หรือเล็กเพียงใด ขนาดตารางกริดของไทล์จะกำหนดโดยการปรับขนาดพิกัด X และ Y
แบบยกกำลังตามระดับการซูม
gridSizeX = XzoomLevel
gridSizeY = YzoomLevel
ตัวอย่างเช่น ที่ระดับการซูม 2 แผนที่โลกจะแสดงโดยใช้เมทริกซ์ 4 x 4
ซึ่งมีไทล์ทั้งหมด 16 รายการ
[[["เข้าใจง่าย","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-07-22 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"]]