In C # I declare my Google Maps bookmarks like this.
marcador = new GMarkerGoogle(new PointLatLng(tbCoordenadaY.Text,tbCoordenadaX.Text),GMarkerGoogleType.red);
But I would like to be able to add an image of a car as it appears in Uber.
I am using the Nuget of GMap.Net.WindowsForms If someone can help me, I would be very grateful, thank you.