[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 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"]]