The 'Number' type is equivalent to an Integer in that it will truncate anything after the decimal. You can try multiplying all Lat/Long pairs by a constant (10^x) to get them out of decimal form, or store them as a String and convert them to Decimals in the application.
|