BoundsCircleInput: {
    position: PositionInput;
    radius: Scalars["Float"];
}

A bounding circle on a map defined by a center positions and a radius

Type declaration

  • position: PositionInput

    The center position of the circle

  • radius: Scalars["Float"]

    The radius of the bounding circle

Generated using TypeDoc