It would be nice :-)
Like I said here,
FollowMe example should use either of Android/Apple/Windows platform. As of now, we've simulated in integration_tests/follow_me.cpp::FollowMeMultiLocationWithConfig where it feeds GPS Location to FollowMe plugin. To build an example in one of the above platforms, we need Language bindings in-place.
Arguable. Of course it would be better, but you can write a useful example simulate data, as you have for the integration test. You can even simulate the sort of "behaviour" of the APIs if you were so inclined. Completely up to you.
OK, we can make an example similar to MultiLocation case in integration_tests/follow_me.cpp. As we discussed sometime ago, we can use an algorithm to generate GPS locations (simulating Location services of the underlying platform)and feed it to FollowMe plugin. @julianoes , does this sound good ?
@shakthi-prashanth-m Sure, sounds good.
I would vote to make the example rather minimal, so you would not expose all of the config options but just give the most obvious use case.
I would vote to make the example rather minimal, so you would not expose all of the config options but just give the most obvious use case.
Yes, though it would be good if it could emulate "proper usage" of a location source. By which I mean that if the sources are normally asynchronous callbacks whenever new data arrives, it would be good to show how to write an app that works with that kind of source.
Closing it as PR #217 added Follow Me example.
Most helpful comment
Yes, though it would be good if it could emulate "proper usage" of a location source. By which I mean that if the sources are normally asynchronous callbacks whenever new data arrives, it would be good to show how to write an app that works with that kind of source.