Greetings,
I need to write GPS coordinates using XMP Toolkit.
Should I write it as a float value:
SetProperty_Float(46,90930203999)
or as a string value:
SetProperty("9,36.338E")
I didn't find any info in the XMP Programmers Guide.
Thanks in advance for any suggestions!