Trying to save Object with 2 properties of data type Double, but I found out that the object is saved but the proprties is empty.
Trying to save Object with 2 properties of data type Double, but I found out that the object is saved but the proprties is empty.
Are you saving with the Map-driven or the Class-based approach?
Class-based
Without the get
methods, the SDK will not be able to extract the value of the properties. Make sure to add the getLatitude()
and getLongitude()
methods in your class.
Regards,
Mark