-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android - addPolygons is not a function #263
Comments
Fixed it by adding in Line 60:
Line 791:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ti.Map Release 4.4.0
index.xml
index.js
Uncomment
$.mapview.addPolygons(samplePolygons);
and you get an Error that the Function addPolygons dosen't exist.The odd thing is, I can see the method mapped in the Android Module: https://github.com/appcelerator-modules/ti.map/blob/3359e673bfb99f1973887e611b546479b47809e2/android/src/ti/map/TiUIMapView.java#L783
The text was updated successfully, but these errors were encountered: