There is a way to add custom image for all the markers at once using ``` map.loadImage("imageURL",function(error, image) { if (error) throw error; }); ``` But what if I want different images for each geoJson data?