Google Maps API v3: Passing an Image for symbolPath rather than a inbuilt symbol
问题 I just got to know about the Symbol Animation offered by Google API. Every thing is working fine in my code but I just want to know if I can pass a Image instead of a symbol in the below code. var lineSymbol = { path: google.maps.SymbolPath.CIRCLE, scale: 8, strokeColor: '#393' }; If yes, How can I do that? I've tried passing Image paths and Image objects. NOthing worked.. Please help me out. 回答1: This is a fairly old post but I ran into it while trying to solve this problem, hopefully the