admin管理员组文章数量:1287511
I'm customising the details section of my wallet pass using detailsTemplateOverride. I want to have the location shown with the blue 'directions' icon. This works fine without the override but when I use the override to display specific textmoduledata only, the location is not shown. I've tried the below but it doesnt work..there doesn't seem to be any documentation on this.
'detailsTemplateOverride' => [
'detailsItemInfos' => [
[
'item' => [
'firstValue' => [
'fields' => [
['fieldPath' => "object.locations[0]"]
]
]
],
]
'locations' => [
[
'latitude' => 51.431156,
'longitude' => -9.961117,
]
],
本文标签: Google Wallet APILocation with detailsTemplateOverrideStack Overflow
版权声明:本文标题:Google Wallet API - Location with detailsTemplateOverride - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741288913a2370433.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论