@PublicPreview @Beta(2020, 9) class ReportQuery
Report service query constructor
location
- A location (in coordinates) for which the report is requested.
projectId
- The project unique id used to generate the report.
objectId
- The object unique id used to generate a report.
range
- The radius of a circle around the provided point in meters.
class Builder
Builder used to create an instance of ReportQuery. Once constructed, the user cannot change the field values. |