Google Maps Platform 即将推出全新地图样式。此次地图样式更新包括全新默认调色板,以及地图体验和易用性方面的改进。所有地图样式将于 2025 年 3 月自动更新。如需详细了解适用范围以及如何提前选择启用,请参阅
全新 Google Maps Platform 地图样式。
GMSMapStyle 类参考
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
概览
GMSMapStyle 包含关于可应用到地图的样式的详细信息。
您可以使用样式选项自定义标准 Google 地图样式的外观风格,更改道路、公园和其他地图注点等地图项的视觉显示效果。除了更改这些地图项的样式外,您还可以完全隐藏地图项。这意味着,您可以突出地图的特定组件,或者让地图与应用的内容相辅相成。
如需了解详情,请访问:https://developers.google.com/maps/documentation/ios-sdk/styling
成员函数文档
+(可为 null 的实例类型) styleWithJSONString: |
|
(NSString *) |
样式 |
错误: |
|
(NSError *__autorelages _Nullable *) |
错误 |
|
|
| |
使用包含 JSON 的字符串创建样式。
返回 nil,如果 style
无效,则填充 error
(如果提供)。
+(可为 null 的实例类型)styleWithContentsOfFile网址: |
|
(NS网址 *) |
fileURL |
错误: |
|
(NSError *__autorelages _Nullable *) |
错误 |
|
|
| |
使用包含 JSON 的文件创建样式。
如果 style
无效、无法读取文件或网址不是文件网址,则返回 nil 并填充 error
(如果提供)。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-06-26。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u6700\u540e\u66f4\u65b0\u65f6\u95f4 (UTC)\uff1a2024-06-26\u3002"}
[[["易于理解","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"]],["最后更新时间 (UTC):2024-06-26。"]]