The code snippet seems to be dealing with the marker images themselves. You'll need to create an additional ImageResource file and handle it accordingly in the .js file you use to define the markers and the elements that should be displayed on the markers.
all images comes from json and i want to show different image on different marker
N
Nicola Radacher
said
about 7 years ago
We don't have a specific sample for this. Saying this the best is to check the Browsing POIs samples - in detail the marker.js which shows how you can define the details for the POI markers. You'll need to store/retrieve the images for each POI in the json.
Greetings
Nicola
d
deepak jain
said
about 7 years ago
hello
thanx
BUT I WANT TO SHOW DIFFERENT IMAGE ON EACH POIS
N
Nicola Radacher
said
about 7 years ago
Hi,
For your use case - displaying POIs and specific data for each of those, then those samples should be what you're looking for:
deepak jain