Hi,
When I use relative path for image, the image does not show.
Marker marker = new Marker(new PointShape(projection.ConvertToInternalProjection(place.Location.Geoposition.Longitude, place.Location.Geoposition.Latitude)));
marker.ImageSource = new BitmapImage(new Uri(“Assets/AQUABLANK.png”, UriKind.Relative));
I have to use absolute path for AQUABLANK.png.
Yes, I made sure that AQUABLANK.png property set to “Copy if newer”.
Please take a look. Thanks,
Liang