What follows is the documentation. There is nothing I can find that tells me what unit is being used for Distance.
I'm trying to offset polylines on a map. Can anyone help?
public Geometry Offset( Geometry geometry, double distance, OffsetType offsetType, double bevelRatio )
Parameters
- geometry
- The geometry to calculate offset for. MapPoint and Multipoint are not supported.
- distance
- The offset distance for the geometry.
- offsetType
- The offset type of the offset geometry.
- bevelRatio
- The ratio used to produce a bevel join instead of a miter join (used only when joins is miter).