PlaceTowards: {
    __typename?: "PlaceTowards";
    bearing: Scalars["Float"];
    compass: CompassPoint;
    distance: Scalars["Float"];
    position: Position;
}

Place bearing and distance information towards point

Type declaration

  • Optional __typename?: "PlaceTowards"
  • bearing: Scalars["Float"]

    The bearing angle from the place to the point

  • compass: CompassPoint

    Compass point towards given point

  • distance: Scalars["Float"]

    The distance from the place to the point

  • position: Position

    The point

Generated using TypeDoc