Trying to send geopoint to my table but the column is empty.
Hello @peter_estafanos, GeoPoint
is deprecated class. Checkout new API https://backendless.com/docs/android/data_spatial_data_types.html So you should use Point
class
Can’t even find class point, just class geopoint is existe.
RunTime Version: 1.8.0_242
MyApp:
minSdkVersion 16
targetSdkVersion 29
What about the version of the Backendless SDK for Android?
implementation group: ‘com.backendless’, name: ‘backendless’, version: ‘5.0.+’
Please make sure to upgrade to the latest version:
https://search.maven.org/artifact/com.backendless/backendless/6.0.1/jar
1 Like
Thanks very much.