MATCH (n:MyNode) WHERE nearestTo(n.kilometer, kilometerParam)

I am looking for an effective query that returns a node where kilometer value of a property, appears as a shortest distance between a km value of property and km value passed in to the query as a parameter.