เครื่องหมายขั้นสูงต้องมี mapID ที่ถูกต้อง รหัสแผนที่เป็นตัวระบุที่ไม่ซ้ำกันซึ่งแสดงถึงอินสแตนซ์เดียวของ Google Maps คุณ สร้างรหัสแผนที่และอัปเดตรูปแบบที่เชื่อมโยงกับรหัสแผนที่ได้ทุกเมื่อในคอนโซล Google Cloud
[[["เข้าใจง่าย","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\u003eAdvanced markers let you customize the marker's appearance, including background, border, text, and icon, using a custom graphic image or built-in styles.\u003c/p\u003e\n"],["\u003cp\u003eTo use advanced markers, you need a valid mapID, which is a unique identifier for your Google Map and can be created in the Google Cloud console.\u003c/p\u003e\n"],["\u003cp\u003eWhile a mapID is required for production, you can use the \u003ccode\u003eDEMO_MAP_ID\u003c/code\u003e for testing purposes in your app code.\u003c/p\u003e\n"],["\u003cp\u003eAdvanced markers are only supported in Google Maps SDK 8.0.0 for iOS 14+ and are not available for iOS 13 and below.\u003c/p\u003e\n"]]],["Advanced markers allow customization of default markers, including background, border, glyph text, collision behavior, and custom icons. They require a valid map ID, created in the Google Cloud console, to uniquely identify a Google Map instance. Testing can utilize the `DEMO_MAP_ID`, but it's not for production. The capabilities were introduced in Google Maps SDK 8.0.0, supporting iOS 14 and above. You can select documentation from Android, iOS and JavaScript platforms.\n"],null,["Select platform: [Android](/maps/documentation/android-sdk/advanced-markers/overview \"View this page for the Android platform docs.\") [iOS](/maps/documentation/ios-sdk/advanced-markers/overview \"View this page for the iOS platform docs.\") [JavaScript](/maps/documentation/javascript/advanced-markers/overview \"View this page for the JavaScript platform docs.\")\n\n\u003cbr /\u003e\n\nWith advanced markers you can customize the default marker's background, border,\nglyph text, collision behavior and replace the default marker icon with a custom\ngraphic image.\n\n| **Important:** Advanced marker capabilities were released in Google Maps SDK 8.0.0 for iOS 14+. Versions iOS 13 and below are not supported in Google Maps SDK 8.0.0.\n\nGetting started\n\nAdvanced markers require a valid [mapID](/maps/documentation/get-map-id). A map\nID is a unique identifier that represents a single instance of a Google Map. You\ncan create map IDs and update a style associated with a map ID at any time in\nthe [Google Cloud console](/maps/documentation/ios-sdk/cloud-setup).\n\n| **Important:** For testing, you can skip the step of creating and configuring a [map\n| ID](/maps/documentation/get-map-id), by using mapId: [`DEMO_MAP_ID`](/maps/documentation/ios-sdk/reference/objc/Classes/GMSMapID) in your app code. `DEMO_MAP_ID` is intended for testing purposes only. Don't use `DEMO_MAP_ID` in a production environment."]]