새로운 지도 스타일이 곧 Google Maps Platform에 제공될 예정입니다. 이 지도 스타일 지정 업데이트에는 새로운 기본 색상 팔레트와 지도 환경 및 사용성 개선사항이 포함됩니다. 모든 지도 스타일이 2025년 3월에 자동으로 업데이트됩니다. 사용 가능 여부 및 더 일찍 선택하는 방법에 대한 자세한 내용은 Google Maps Platform용 새로운 지도 스타일을 참고하세요.
Maps Static API를 사용하면 JavaScript 또는 동적 페이지 로드 없이 웹페이지에 Google 지도 이미지를 삽입할 수 있습니다. Maps Static API 서비스는 표준 HTTP 요청을 통해 전송된 URL 매개변수를 기반으로 지도를 만들고 웹페이지에 표시할 수 있는 이미지로 지도를 반환합니다.
간단한 예
다음 예에는 아래에 표시된 뉴욕시 도심의 Maps Static API 이미지 URL이 포함되어 있습니다.
이 이미지를 페이지에 표시하기 위해 '특별한' 작업을 하지 않아도 됩니다. 자바스크립트는 필요 없습니다. URL을 만들고 <img> 태그 내에 배치하기만 하면 됩니다. 이미지를 배치할 수 있는 웹페이지의 모든 위치에 Google Maps Static API를 배치할 수 있습니다.
인증, 할당량, 가격 책정, 정책
인증
Maps Static API를 사용하려면 먼저 API를 사용 설정하고 적절한 인증 사용자 인증 정보를 가져와야 합니다. 자세한 내용은 Google Maps Platform 시작하기를 참고하세요.
할당량 및 가격 책정
Maps Static API에 설정된 할당량 및 가격에 관한 자세한 내용은 사용량 및 결제 페이지를 참고하세요.
[[["이해하기 쉬움","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-02-08(UTC)"],[[["The Google Maps Static API allows you to embed Google Maps images on your webpage without JavaScript or dynamic loading by creating a URL with parameters and placing it within an `\u003cimg\u003e` tag."],["To use the API, you'll need a project with a billing account and the Maps Static API enabled, along with proper authentication credentials."],["The Maps Static API creates map images based on URL parameters sent through an HTTP request, returning the map as a displayable image."],["Usage of the API is subject to quotas, pricing, and the Google Maps Platform Terms of Service, details of which can be found in the provided documentation links."],["Street View imagery used in the API may come from both Google and public user-generated content, without an option to select a specific source."]]],[]]