Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
MINOR: Update documentation on worldOffset (#1933)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stichbury <2533428+nzjony@users.noreply.github.com>
  • Loading branch information
nzjony committed Oct 30, 2020
1 parent 249edd9 commit fad0d52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions @here/harp-datasource-protocol/lib/TechniqueParams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -827,11 +827,13 @@ export interface MarkerTechniqueParams extends BaseTechniqueParams {
placements?: string;

/**
* World space offset in meters applied to the icon.
* World space offset in meters applied to the icon along the ground plane, i.e. tangent
* to the local space up vector.
*
* @remarks
* Valid only for icons which have the
* "offset_direction" property as an attribute of the data.
* "offset_direction" property as an attribute of the data, which specifies an angle in degrees
* in which direction the offset should take place, i.e. 0 degrees is north, 90 is east etc.
*/
worldOffset?: DynamicProperty<number>;
}
Expand Down

0 comments on commit fad0d52

Please sign in to comment.