best data type to store latitude and longitude in mysql code example Example: mysql how to store lat,lng lat DECIMAL(10, 8), lng DECIMAL(11, 8) ;