Hello ThinkGeo,
I am wondering what options I have for the images displayed for a feature on the Map?
I have looked over the doco and the samples repo and this is the set of options I believe I have.
- Image file such as a png pulled from the local devices file system.
- Use the inbuilt classes to build up an image using shapes (circle, square, triangle, etc) and pens to create color.
I am wondering are there any other options I am missing?
From a search through the forums I have seen mention to some form of an “icon pack”. These were very old posts and I think is a deprecated or not available option for my platform.
My platform is Xamarin Mobile … specifically producing Android and iOS apps.
Let me explain my scenario as it may help you understand what I am trying to achieve.
Using a scenario I have used before …
A Map showing Delivery vehicles.
The vehicles are moving, there can be a lot of them or very few and they will come and go from the map based on metadata. Data is fed to the map via signalr.
I am expecting a very busy and continually changing set of features on the map. Good visualization and color will really help the user to understand what they are looking at.
Of the many vehicles there will be many types with sub types so I need quite a range of styles for them. Lets say we have all different sizes of vehicles ranging from Semi-trailer down to small vans so I may want to have a different style for each of those variants. Then within each variant the sub type may be the transportation firm that owns the vehicle and I would need to distinguish that … possibly a variation on color for this. Additionally they may want to pivot that around and set a style for the transportation firm and color variants for the vehicle types. Depending on the data displayed the user may have varying style requirements.
I expect to offer up a range of a dozen styles with a variation on color within that style.
With such a range it would be reasonable for the user to want to set their own styles to suit their needs.
I am considering allowing the user to customize locally on the device and allow for customization on the server. Possibly allowing the server to specify a “super set” and then a small amount of local user customization.
As you can see this can get quite complicated to manage.
I envisage the potential perfect solution would be the user can simply assign what they want to use for each style and variation … thus pushing the complexity to the user. Such an assignment might simply be images on a web server that the app is given a URL to and it pulls that down.
That style of image is quite easy for Xamarin as it has controls to do just that (Image from a URL) but the Map samples simply use a png source file.
I am seeking information if there are any other options in ThinkGeo that I missed that may address this.
Also some advice/direction/guidance around my scenario I have laid out above.
Cheers
Chris …