Wgs84MapIsBoundingBoxInDecimalDegrees Property |
If your map's CRS = EPSG:3857, bounding box values are in meters (west=Xmin/east=Xmax/Ymin=south/Ymax=north).
Use them directly and set this parameter to false.
Namespace: ZylSoft.Gps.MapAssembly: ZylMap (in ZylMap.dll) Version: 1.8.0.0 (1.0.0.0)
Syntaxpublic bool IsBoundingBoxInDecimalDegrees { get; set; }Public Property IsBoundingBoxInDecimalDegrees As Boolean
Get
Set
public:
property bool IsBoundingBoxInDecimalDegrees {
bool get ();
void set (bool value);
}member IsBoundingBoxInDecimalDegrees : bool with get, set
Property Value
Boolean
See Also