地图(您的地点)架构参考
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
导出的对象:已加星标的地点
导出的对象表示:已加星标的地点。
对象以以下格式导出:GeoJSON
导出的对象具有以下字段:
* 上述字段代表用于解析和提取相关数据导出内容的关键数据字段。导出操作中生成的数据字段因服务和用户操作而异,有些服务或操作不会生成上述每个数据字段。 |
数据字段 * | 字段定义 | 数据字段类型 |
---|
类型 | 常量值“Feature”。 | 字符串 |
geometry.type | 常量值“Point”。 | 字符串 |
geometry.coordinates | 第一个元素是地点的经度(以度为单位)。第二个元素是地点的纬度(以度为单位)。如果未知,则经度和纬度均为 0。 | 浮点数数组 |
日期 | 此贡献的上次创建或修改时间(采用 Java ISO_INSTANT 格式 [YYYY-MM-DDTHH:mm:ssZ])。 | 日期 |
google_maps_url | 此贡献所涉及地点的 Google 地图网址。 | 字符串 |
地理位置 | 与此贡献所涉及的地点相关的元数据。 | 对象数组 |
location.address | 此贡献内容所涉及地点的地址。 | 字符串 |
location.country_code | 此贡献的目标国家/地区的 ISO 3166-1 alpha-2 国家/地区代码 | 字符串 |
location.name | 此贡献所涉及的地点的名称。 | 字符串 |
导出的对象:评价
导出的对象表示:对地点的评价(无论是否包含文字)。
对象以以下格式导出:GeoJSON
导出的对象具有以下字段:
* 上述字段代表用于解析和提取相关数据导出内容的关键数据字段。导出操作中生成的数据字段因服务和用户操作而异,有些服务或操作不会生成上述每个数据字段。 |
数据字段 * | 字段定义 | 数据字段类型 |
---|
类型 | 常量值“Feature”。 | 字符串 |
geometry.type | 常量值“Point”。 | 字符串 |
geometry.coordinates | 第一个元素是地点的经度(以度为单位)。第二个元素是地点的纬度(以度为单位)。如果未知,则经度和纬度均为 0。 | 浮点数数组 |
日期 | 此贡献的上次创建或修改时间(采用 Java ISO_INSTANT 格式 [YYYY-MM-DDTHH:mm:ssZ])。 | 日期 |
five_star_rating_draft | 草稿(而非已发布)评分,评分范围为 1 到 5。 | integer |
five_star_rating_published | 已发布(而非草稿)的 1-5 分评分。 | integer |
google_maps_url | 此贡献所涉及地点的 Google 地图网址。 | 字符串 |
地理位置 | 与此贡献所涉及的地点相关的元数据。 | 对象数组 |
location.address | 此贡献内容所涉及地点的地址。 | 字符串 |
location.country_code | 此贡献的目标国家/地区的 ISO 3166-1 alpha-2 国家/地区代码 | 字符串 |
location.name | 此贡献所涉及的地点的名称。 | 字符串 |
问题 | 回答过的与地点相关的问题。 | 对象数组 |
questions.question | 所问问题。 | 字符串 |
questions.selected_option | 允许单选的多选题的选定答案。 | 字符串 |
questions.selected_options | 允许选择多个选项的多选题的所选答案。 | 字符串数组 |
questions.text_answer | 给出的自由形式回答。 | 字符串 |
questions.rating | 给出的评分答案。 | integer |
review_text_draft | 评价的草稿(而非已发布)文本。 | 字符串 |
review_text_published | 评价的已发布(而非草稿)文本。 | 字符串 |
一个表,表示资源组及其随附导出的对象。资源组 * | 说明 | 导出的对象 |
---|
maps.reviews | 此资源组包含用户在 Google 地图上发布的地点评价、评分和评论,以及价位等相关元数据。 | 评价 |
maps.starred_places | 此资源组包含用户在 Google 地图上的“已加星标的地点”列表中保存的地点。 | 已加星标的地点 |
* 如需获取特定资源组的 OAuth 范围名称,请将“https://www.googleapis.com/auth/dataportability”附加到资源组。例如,“myactivity.search”资源组的 OAuth 范围名称为“https://www.googleapis.com/auth/dataportability.myactivity.search”。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eGoogle Takeout exports two types of Maps data: Starred Places and Reviews.\u003c/p\u003e\n"],["\u003cp\u003eStarred Places data includes basic location information like address, country code, and Google Maps URL.\u003c/p\u003e\n"],["\u003cp\u003eReviews data includes ratings, reviews (draft and published), answers to questions, and location details.\u003c/p\u003e\n"],["\u003cp\u003eData is exported in GeoJSON format and is accessible via specific OAuth scopes.\u003c/p\u003e\n"],["\u003cp\u003eEach data field has a defined type, such as date, string, integer, or array of objects.\u003c/p\u003e\n"]]],[],null,["# Maps (your places) Schema Reference\n\n| Data Field \\* | Field Definition | Data Field Type |\n|-----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|\n| type | Constant value \"Feature\". | string |\n| geometry.type | Constant value \"Point\". | string |\n| geometry.coordinates | The first element is the longitude of the place in degrees.The second element is the latitude of the place in degrees.If unknown, both longitude and latitude are 0. | array of float |\n| date | The last UTC date/time this contribution was created or modified in Java ISO_INSTANT (YYYY-MM-DDTHH:mm:ssZ) format. | date |\n| google_maps_url | The Google Maps URL to the place this contribution is for. | string |\n| location | Metadata about the place this contribution is for. | array of object |\n| location.address | The address of the place this contribution is for. | string |\n| location.country_code | The ISO 3166-1 alpha-2 country code of the place this contribution is for | string |\n| location.name | The name of the place this contribution is for. | string |\n[Exported Object: Starred places\nExported Object represents: Places which were starred as a favorite.\nObject is exported in these formats: GeoJSON\nExported object has the following fields:]\n\n| Data Field \\* | Field Definition | Data Field Type |\n|----------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|\n| type | Constant value \"Feature\". | string |\n| geometry.type | Constant value \"Point\". | string |\n| geometry.coordinates | The first element is the longitude of the place in degrees.The second element is the latitude of the place in degrees.If unknown, both longitude and latitude are 0. | array of float |\n| date | The last UTC date/time this contribution was created or modified in Java ISO_INSTANT (YYYY-MM-DDTHH:mm:ssZ) format. | date |\n| five_star_rating_draft | The draft (as opposed to published) 1-5 rating given. | integer |\n| five_star_rating_published | The published (as opposed to draft) 1-5 rating given. | integer |\n| google_maps_url | The Google Maps URL to the place this contribution is for. | string |\n| location | Metadata about the place this contribution is for. | array of object |\n| location.address | The address of the place this contribution is for. | string |\n| location.country_code | The ISO 3166-1 alpha-2 country code of the place this contribution is for | string |\n| location.name | The name of the place this contribution is for. | string |\n| questions | The questions answered about the place. | array of object |\n| questions.question | The question asked. | string |\n| questions.selected_option | The selected answer for a multiple-choice question where a single choice is allowed. | string |\n| questions.selected_options | The selected answer for a multiple-choice question where more than one choice is allowed. | array of string |\n| questions.text_answer | The free-form answer given. | string |\n| questions.rating | The rating answer given. | integer |\n| review_text_draft | The draft (as opposed to published) text of the review. | string |\n| review_text_published | The published (as opposed to draft) text of the review. | string |\n[Exported Object: Reviews\nExported Object represents: Reviews (with or without text) left for a place.\nObject is exported in these formats: GeoJSON\nExported object has the following fields:]\n\n| Resource Group \\* | Description | Exported Objects |\n|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|------------------|\n| maps.reviews | This resource group contains the place reviews, ratings, and comments the user posted on Maps, plus associated metadata such as price levels. | Reviews |\n| maps.starred_places | This resource group contains places the user saved in their Starred places list on Maps. | Starred places |\n[A table representing Resource Groups and the objects that are exported with it.]"]]