> ## Documentation Index
> Fetch the complete documentation index at: https://shapely.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Shapely NearestPoint

>  Returns the point on the other geometry that is closest to or intersects with the given geometry. This operation is used to find the shortest distance location between two geometries. 

### An example of transformations

<a href="/images/Shp_NearestPoint.png" target="_blank">
  <img src="https://mintcdn.com/shapely/Zmixl7owj_j1fwHG/images/Shp_NearestPoint.png?fit=max&auto=format&n=Zmixl7owj_j1fwHG&q=85&s=28faac7beceb79d68710936739297a30" className="pointer-events-none" style={{ borderRadius: '0.5rem', border: '1px solid rgba(0,0,0,0.1)' }} width="1795" height="922" data-path="images/Shp_NearestPoint.png" />
</a>

### An example of test

<Frame>
  <a href="https://github.com/DurmusCesur/docs/releases/download/Dyn/Shp_NearestPoint.dyn" download="Shp_NearestPoint.dyn">
    <button className="bg-[#16A34A] text-white px-5 py-1 rounded-md hover:bg-[#15803D] transition-colors">
      Shp\_NearestPoint.dyn
    </button>
  </a>
</Frame>
