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
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
Yes, simply add the latitude and longitude to a new NoteAttributes, then add the NoteAttributes to the Note.attributes field before you call createNote().