Class PhotoQueryFilters
- Namespace
- KartaViewSharp.V2.Request
- Assembly
- KartaViewSharp.dll
public sealed class PhotoQueryFilters : QueryFilters
- Inheritance
-
PhotoQueryFilters
- Inherited Members
Constructors
PhotoQueryFilters()
public PhotoQueryFilters()
Properties
FieldOfView
The field of view type.
public FieldOfView? FieldOfView { get; set; }
Property Value
Join
public PhotoJoinResource[]? Join { get; set; }
Property Value
Location
Coordinates of the photo.
public Coordinate? Location { get; set; }
Property Value
- Coordinate
Projection
The distortion type of the photo.
public Projection? Projection { get; set; }
Property Value
ProjectionYaw
The projection on yaw axis, horizontal rotation in degrees, min -180, max 180.
public int? ProjectionYaw { get; set; }
Property Value
- int?
Radius
Controls the size of the edges that can be enhanced, where a smaller radius enhances smaller-scale detail.
public string? Radius { get; set; }
Property Value
SearchFieldOfView
The field of view type. Used only for findNearbyPhotos functionality.
public FieldOfView? SearchFieldOfView { get; set; }
Property Value
SearchPlatform
The platform of the device that recorded the file. Used only for findNearbyPhotos functionality.
public Platform? SearchPlatform { get; set; }
Property Value
SearchSequenceType
Type of the sequence. Used only for findNearbyPhotos functionality.
public SequenceType? SearchSequenceType { get; set; }
Property Value
SequenceId
Unique identifier representing a specific sequence.
public int? SequenceId { get; set; }
Property Value
- int?
SequenceIndex
Identifier representing a specific image index.
public int? SequenceIndex { get; set; }
Property Value
- int?
UserIds
Unique identifier of an user entity.
public string[] UserIds { get; set; }
Property Value
- string[]
VideoIndex
Identifier representing a specific video index.
public int? VideoIndex { get; set; }
Property Value
- int?
ZoomLevel
Value representing zoom level. Default value is 18.
public int? ZoomLevel { get; set; }
Property Value
- int?