[[["เข้าใจง่าย","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-26 UTC"],[[["\u003cp\u003e\u003ccode\u003eMarkerSize\u003c/code\u003e is an enum used to define the size of markers on a map.\u003c/p\u003e\n"],["\u003cp\u003eIt offers three options: \u003ccode\u003eTINY\u003c/code\u003e, \u003ccode\u003eSMALL\u003c/code\u003e (both without visible labels), and \u003ccode\u003eMID\u003c/code\u003e (largest size).\u003c/p\u003e\n"],["\u003cp\u003eMarker sizes are implemented by calling the parent class, name, and property, such as \u003ccode\u003eMaps.MarkerSize.TINY\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum MarkerSize\n\nMarkerSize\n\nAn enum representing the size of a marker added to a map.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nMaps.MarkerSize.TINY`.\n\n#### See also\n\n- [Google Static Maps API](/maps/documentation/staticmaps#MarkerStyles) \n\n### Properties\n\n| Property | Type | Description |\n|----------|--------|----------------------------------------------------------------------------------------------|\n| `TINY` | `Enum` | Tiny sized markets (smallest available). Labels will not be visible on markers of this size. |\n| `MID` | `Enum` | Medium sized markers (largest available). |\n| `SMALL` | `Enum` | Small sized markers. Labels will not be visible on markers of this size. |"]]