Function geoCircle

  • Returns a new geo circle generator

    Returns GeoCircleGenerator

  • Returns a new geo circle generator

    The generic corresponds to the data type of the first argument passed into the geo circle generator and its accessor functions.

    Type Parameters

    • Datum

    Returns GeoCircleGenerator<any, Datum>

  • Returns a new geo circle generator

    The first generic corresponds to the "this" context within which the geo circle generator and its accessors will be invoked.

    The second generic corresponds to the data type of the first argument passed into the geo circle generator and its accessor functions.

    Type Parameters

    • This

    • Datum

    Returns GeoCircleGenerator<This, Datum>