Start a new topic

What are the "types" in the POIBean mean?

What are the "types" in the POIBean mean?

Hi,

I notice in the definition of the PoiBean.java in the SDK example listed a property "type".
I also notice the "type" in the JSON string has values 0,1,2. What do these types mean?
Hi! 
In case of this example project, the "Type"-property of the POIBean class describes merely an abstract attribute that a POI can have. For the purpose of this project, the type property is solely used to draw the POIs in different fashion based on the defined type (this case: blue, green, yellow). Please keep in mind that the provided POIBean structure is not mandatory and can be fully customized according to the needs of your application. 
Thanks for your reply, Markus.
Login or Signup to post a comment