Hi Backendless Team,
I have a question about registered user and their own geoPoint. When user moved, the geoPoint updating and dissimilar each user.
I already know to update certain geopoint requires its object ID.
So far, here is my idea.
- new user have to register and apps give an initiation geoPoint and then save it (we get the geopoint’s object ID).
- onLocationChanged, set that object ID to update geoPoint.
- Different user, different geoPoint’s object ID and different each other.
My question.
- Is my idea correct ? If there is another better way, i need your suggestion.
- How to assign an initiation geoPoint when user complete registration, get their object id and assign it ?
Thank you anyway.