Thank you. I am getting closer. But using the formula above, I end up getting strings as latitude and longitude, rather than numbers. How to change this?
This is what I get:
"location": [
"23.9",
"54.88333"
]
This is what I need:
"location": [
23.9,
54.88333
]