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?
M
Markus Eder
said
almost 11 years ago
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.
Gerald Lim