I'm computing some area and I want to draw a polygon on the area I have computed. But I'm getting this error
I've tracked the error with debug and I've seen that program just cant pass this line in the middle.
I've declared everthing as described in Editable Carto DB page described. But It just stops when the point style is defining.
Thanks in advance
There is probably no need to call setBitmap()
for the style, and pointMarker bitmap is anyway default bitmap for points. Just remove this. I suspect the pointMarker
could be null.