Hi All,
I am trying to create an entry with one of the field as Location type using CMA java API. I am setting the Object with just the ‘lon’ and ‘lat/’ value but getting the below error.
“The property “map” is not allowed here.”
Somehow a key map is added to the JSON, “location”:
{
“en-US”: {
“map”: {
“lon”: -46.98001690000001,
“lat”: -22.0630585
}
}
}
Any pointer here?