Click or drag to resize
SpeciesObservationSearchCriteriaAccuracy Property
Requested minimum accuracy of the coordinates. Species observations with bad accurray (ie higher accuracy value ) will not be included in the search result. Unit is meters.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public Nullable<double> Accuracy { get; set; }

Property Value

Type: NullableDouble

Implements

ISpeciesObservationSearchCriteriaAccuracy
See Also