Can I send Current location to evernote With Evernote API

荒凉一梦 提交于 2019-12-25 02:16:01

问题


I am using Evernote Api to send notes with audio and images .

I want to ask Can I send My current location with note using API.

I want just like Evernote App in iphone.

Thanks


回答1:


Yes, simply add the latitude and longitude to a new NoteAttributes, then add the NoteAttributes to the Note.attributes field before you call createNote().



来源:https://stackoverflow.com/questions/6908877/can-i-send-current-location-to-evernote-with-evernote-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!