의견 보내기
Settings (beta)
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
google.maps .Settings
클래스
Maps JavaScript API의 전반적인 동작을 제어하는 설정입니다.
const {Settings} = await google.maps.importLibrary("core")
를 호출하여 액세스합니다. Maps JavaScript API의 라이브러리 를 참고하세요.
정적 메서드
getInstance
getInstance()
매개변수: 없음
google.maps.Settings
의 싱글톤 인스턴스를 반환합니다.
속성
experienceIds
Maps JS API 호출에 부여할 고유한 환경 ID 모음입니다. 반환된 값은 Settings
클래스 싱글톤 인스턴스에 저장된 내부 값의 사본입니다. 따라서 google.maps.Settings.getInstance().experienceIds
에서 작업을 진행하면 내부 값이 아닌 사본만 수정됩니다. 내부 값을 업데이트하려면 속성을 싱글톤 인스턴스의 새 값과 동일하게 설정합니다 (예: google.maps.Settings.getInstance().experienceIds = [experienceId];
).
의견 보내기
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스 에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스 에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책 을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-09-14(UTC)
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]
의견을 전달하고 싶나요?