Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PrCenter :: Double -> Double -> ProjectionPropertyhvega Graphics.Vega.VegaLite Projection’s center as longitude and latitude in degrees.
PrClipAngle :: Maybe Double -> ProjectionPropertyhvega Graphics.Vega.VegaLite The clipping circle angle in degrees. A value of Nothing will switch to antimeridian cutting rather than small-circle clipping.
PrClipExtent :: ClipRect -> ProjectionPropertyhvega Graphics.Vega.VegaLite Projection’s viewport clip extent to the specified bounds in pixels.
PrCoefficient :: Double -> ProjectionPropertyhvega Graphics.Vega.VegaLite The Hammer map projection coefficient.
PrDistance :: Double -> ProjectionPropertyhvega Graphics.Vega.VegaLite The Satellite map projection distance.
PrFraction :: Double -> ProjectionPropertyhvega Graphics.Vega.VegaLite The Bottomley map projection fraction.
PrLobes :: Int -> ProjectionPropertyhvega Graphics.Vega.VegaLite Number of lobes in lobed map projections such as the Berghaus star.
PrParallel :: Double -> ProjectionPropertyhvega Graphics.Vega.VegaLite Parallel for map projections such as the Armadillo.
PrPrecision :: Double -> ProjectionPropertyhvega Graphics.Vega.VegaLite Threshold for the projection’s adaptive resampling in pixels, and corresponds to the Douglas–Peucker distance. If precision is not specified, the projection’s current resampling precision of 0.707 is used. Version 3.3.0 of the Vega-Lite spec claims this should be output as a string, but it is written out as a number since the spec is in error.
PrRadius :: Double -> ProjectionPropertyhvega Graphics.Vega.VegaLite Radius value for map projections such as the Gingery.