[[["이해하기 쉬움","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-03-06(UTC)"],[[["Retrieves a map tile image displaying a section of a FeatureView based on parameters from a prior `CreateFeatureView` request."],["The request is an HTTP GET request and utilizes gRPC Transcoding syntax, requiring specific path parameters such as parent (FeatureView name), zoom level, and x/y coordinates of the tile."],["An empty request body is necessary, and a successful response conforms to the method's defined HTTP response format."],["Authorization requires one of four OAuth scopes, including Earth Engine read/write, Earth Engine read-only, Cloud Platform read/write, or Cloud Platform read-only access."]]],["This content details retrieving a map tile image via a `GET` request to a specific URL structure. The URL path requires the `parent` (FeatureView name), and `zoom`, `x`, and `y` coordinates for the desired tile. The request body must be empty. Successful requests return a generic HTTP response. Authorization requires specific OAuth scopes related to Earth Engine or Cloud Platform access. The process relies on information from a prior `CreateFeatureView` request.\n"]]