Can you post a screen shot of what your data looks like when added to a Google map? Posting the code to do so would also be helpful.One thing I'd like to point out is that your data is in geographic coordinates (latitude and longitude) but you're probably using web mercator basemaps. We plan to simplify this, but until we do, you need to convert your geographic data to web mercator. You can use esri.geometry.geographicToWebMercator to do this.Regarding specific support for multipolygons in the JS API, yes, they are supported. See a previous discussion I participated in on gis.stackexchange: Esri JSON Polygon Ring Orientation.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.