I already find this answer How to convert latitude or longitude to meters? and about haversine formula but it's written in javascript.
I want to know how can I give two coordinates like
48.829911, 2.373527
48.825843, 2.374273
and he will return for example there are 450 meters between them ? Do you have some function or library that I can use ? Thnks