Hello everyone,
I can not enter the latitude and longitude in the images of the camera using the GPS library.
Here are the commands:
Sub GPS_LocationChanged (Location1 As Location)
camera1.GPSAltitude= Location1.Altitude
camera1.GPSLatitude= Location1.Latitude
camera1.GPSLongitude= Location1.Longitude
End Sub
where am I wrong?
thanks
I can not enter the latitude and longitude in the images of the camera using the GPS library.
Here are the commands:
Sub GPS_LocationChanged (Location1 As Location)
camera1.GPSAltitude= Location1.Altitude
camera1.GPSLatitude= Location1.Latitude
camera1.GPSLongitude= Location1.Longitude
End Sub
where am I wrong?
thanks