Hello.
Moving from Gmaps in our Xam Forms app to potentially ThinkGeo as we are seeking more features than the basics offered by GMaps. It certainly seems ThinkGeo can offer that.
I am seeking some technical guidance how how best to implement my scenario. I hope someone can offer some help or direction here.
My scenario is similar to this.
We have a number of clients. Each of those clients will have a number of locations (store front/shops) and a number of vehicles to track.
So I expect to place each of the clients on their own overlay. The locations and vehicles on a separate layer because the locations (store front) will not move but the vehicles will move.
Now the vehicles will move and that movement will be sent to the map via SignalR so it can be a very rapid and frequent update cycle.
I am not sure where to place the vehicles.
Do I place them on the Features of a layer?
Do I place them on the InternalFeatures of a layer?
Do I place them on the Markers layer of an overlay?
Looking over the samples all 3 of those are used. I guess I am seeking clarification of when/why you would use those three options?
Some numbers:
Clients between 1 and 30.
For a client can have 1 to 60 locations and the same for vehicles.
These numbers are not fixed and could be much larger but generally in this range.
When they get larger we would seek to use clustering.
I hope I am making sense.
Regards
Chris …