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-04-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."]]],["The Maps Static API lets users embed Google Maps images on webpages via HTTP requests, without JavaScript. It requires a project with a billing account and API enablement. The API creates maps based on URL parameters and returns them as images. Users need to obtain authentication credentials. Usage is subject to quotas, pricing, and Google Maps Platform Terms of Service. The Street View imagery can come from Google or user-generated content, and users cannot control the source.\n"]]