I am using geojson files to draw polygon on the map on Android. Now I wanna add info windows on top of this polygons. I try to use GeoJsonPolygonStyle from GeoJsonlayer -> getFeature() method to style these polygon with info window.
But It doesnt give me any options like setTitle() and setSnippet() like it offers for GeoJsonPointStyle . Any help is appreciated .