I want to store the values of latitude and longitude fetched from Google Maps GeoCoding API in a MySQL database. The values are in float format.
12.92
The optimal setup in my experience is DOUBLE(11,8), keep in mind that lat/lng could be > 99