|
MapGuide API Reference
|
| void MgGeoJsonWriter::SetPrecision | ( | INT32 | precision | ) |
Sets the decimal precision to use when writing out coordinates. If you do not call this method, the default precision used is 7 decimal places. Precision must be enabled in order for this setting to have any effect.
| void SetPrecision(int precision); |
| void SetPrecision(int precision); |
| void SetPrecision(int precision); |
| precision | (int) The decimal precision to write out coordinates |