I am new in PostgreSQL and I am working in Laravel project where I have to store latitude, longitude for users. And after that I have to find their friends from location so which datatype I have to use to store latitude & longitude in PostgreSQL?
Any Idea?