• Calculates a model point, off from the given point by a distance in the azimuth direction.

    Parameters

    • map: Map

      the map to find a point on

    • point: Point

      the reference point to use. The new point is off by distance from this point, in the azimuth direction.

    • azimuth: number

      the direction to put the new point at. For geographic maps, this is an angle in degrees clockwise from the north direction. 0 points north, 90 points east. For cartesian references, 'north' is the positive Y direction.

    • Optional distance: number

      the distance to put the new point at. For geographic map references, this is interpreted as a distance in meters. For cartesian references, the distance is in the map's unit of measure. If not specified, this defaults to getDefaultSize

    Returns Point

    A new model point, with the same reference as point, off by distance in the azimuth direction.

    See

    getDefaultSize

    Since

    2022.1