shangzhouwan
shangzhouwan
> Have you solved the problem? I have the same issue,too。
This will work fine: `{ "schema": { "title": "Comment", "type": "object", "required": [ "comments" ], "properties": { "comments": { "type": "array", "maxItems": 2, "items": { "type": "object", "properties": { "name":...
> https://developers.google.com/maps/documentation/javascript/reference/advanced-markers#AdvancedMarkerElementOptions Could you provide a demo? I want to use different icon images to display different states. Thanks!