in my error logs i am getting a lot of errors regarding the data saved to the toolset_maps_address_cache table, because there is no separating comma between the latitude and longitude..... is that how it is supposed to be or is something wrong?
Do you have details of the error to share as well?
The address cache table doesn't store latitude and longitude separately they are combined in MySQL's POINT storage, so we'd need more details of the error to understand the problem.