새로운 지도 스타일이 곧 Google Maps Platform에 제공될 예정입니다. 이 지도 스타일 지정 업데이트에는 새로운 기본 색상 팔레트와 지도 환경 및 사용성 개선사항이 포함됩니다. 모든 지도 스타일이 2025년 3월에 자동으로 업데이트됩니다. 사용 가능 여부 및 더 일찍 선택하는 방법에 대한 자세한 내용은 Google Maps Platform용 새로운 지도 스타일을 참고하세요.
OPTIONAL_AND_HIDES_LOWER_PRIORITY - 마커가 대체되거나, 필수 마커와 중복되거나, 우선순위가 더 높은 OPTIONAL_AND_HIDES_LOWER_PRIORITY 마커로 대체될 수 있음을 나타냅니다. zIndex를 사용하면 OPTIONAL_AND_HIDES_LOWER_PRIORITY 마커 사이의 상대적인 우선순위를 결정하는 데 도움이 됩니다. zIndex 값이 클수록 우선순위가
더 높습니다.
REQUIRED_AND_HIDES_OPTIONAL - 마커를 표시하고 해당 마커와 중복되는
OPTIONAL_AND_HIDES_LOWER_PRIORITY 마커, 라벨, 관심 장소가 있다면 숨겨야
합니다. 마커가 다른 필수 마커와 중복될 수 있습니다.
[null,null,["최종 업데이트: 2024-06-12(UTC)"],[[["The Beta version of the SDK used for marker collision management is deprecated; migrate to the GA release for advanced markers to control this behavior."],["Marker and label collision management requires using a map ID and is unavailable in lite mode with bitmap images."],["You can prioritize marker display using the `Marker.CollisionBehavior` property with options like `REQUIRED`, `OPTIONAL_AND_HIDES_LOWER_PRIORITY`, and `REQUIRED_AND_HIDES_OPTIONAL`."],["The `CollisionBehavior` property must be set during marker creation using `AdvancedMarkerOptions` and cannot be changed afterwards."]]],["The Beta SDK is deprecated; use the GA release of advanced markers instead. Use the Migration Tool to transition from the Beta version. To manage marker and label collisions, use a map ID, not lite mode. Set marker priority with the `CollisionBehavior` property, choosing from `REQUIRED`, `OPTIONAL_AND_HIDES_LOWER_PRIORITY`, or `REQUIRED_AND_HIDES_OPTIONAL`. Higher `zIndex` values indicate higher priority for optional markers. `CollisionBehavior` can only be set in the `AdvancedMarkerOptions` object when the marker is created.\n"]]