Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Evernote Api 发送带有音频和图像的笔记。
我想问我可以使用 API 发送带有注释的当前位置吗?
我想要就像 iPhone 中的 Evernote 应用程序一样。
谢谢
是的,只需将纬度和经度添加到新的NoteAttributes中,然后在调用 createNote() 之前将 NoteAttributes 添加到 Note.attributes 字段。