You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello All,
i use gmap to track a moving target. Initially when the target is on stop, i use an image.. during movement of target i want to change the image to reflect heading of target. I cant find any way to cjhange the associated image of GMarkerGoogle after creation. Any suggest?
Regards,
Gianmaria
The text was updated successfully, but these errors were encountered:
you can follow these steps:
Create the Marker: When you initialize your marker, set an initial icon for the target, which could represent whether it's moving or stationary.
Update the Icon: GMap.NET allows you to change the marker's icon after it has been created. You can implement a method to switch the icon based on whether the target is moving or not.
Implement Movement Logic: In your code, listen for events that indicate the target has started moving. When this happens, call the method to update the marker's icon accordingly.
Hello All,
i use gmap to track a moving target. Initially when the target is on stop, i use an image.. during movement of target i want to change the image to reflect heading of target. I cant find any way to cjhange the associated image of GMarkerGoogle after creation. Any suggest?
Regards,
Gianmaria
The text was updated successfully, but these errors were encountered: