To custom the default User Icon on a Map i added a marker and used this blocks:
But this happens:
How can I fix it / solutions?
To custom the default User Icon on a Map i added a marker and used this blocks:
But this happens:
How can I fix it / solutions?
The custom image is plotting at 0 deg. latitude and 0 deg. longitude in the Atlantic Ocean.
The gps initially does not know where it is at so your code plots the 0,0 defautl. It needs to get a satellite fix to determine where it is at before plotting the location of your device. Read the tutorial and use the two aia files to see how the tool works. You need to place the Marker1 into the Location1.LocationChanged event handler before it will post your current location. ::
Ty, I'll try
sorry im having difficulties
and what are these difficulties? What have you coded and what happens? If you do not share your code and explain the problem, unfortunately no one can help.