Problem Storing Latitude and Longitude values in MySQL database

前端 未结 7 878
逝去的感伤
逝去的感伤 2020-12-24 03:19

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

7条回答
  •  滥情空心
    2020-12-24 03:45

    Decimal (10,8) is more than enough. Some GPS devices provide more accurate position.

提交回复
热议问题