如果用户有相机设置来存储位置数据,但手机位置已关闭,是否会存储位置?
If the user has the camera settings to store location data, but the phones location is off, would the location be stored?
我需要上传到我的应用程序的照片进行地理标记。
我的问题如下:
假设用户的相机设置设置为存储位置数据,但 phone 位置当前处于关闭状态。
phone 会检索拍摄照片的位置吗?还是保留位置数据的设置只有在整个phone的位置开启时才有效?
Assume the user's camera settings are set to store location data
Android 有数百(如果不是数千)相机应用程序可用。这包括预装和用户安装的应用程序。 None 必须支持地理标记。
Would the phone retrieve the location to take the photo?
否,除非设备固件中存在一些错误。
Or does the setting to keep location data is only valid when the whole phone's location is on?
如果相机应用程序提供地理标记,则它会受到与任何其他应用程序相同的限制。如果用户已禁用设备的位置,这将影响所有应用程序,包括任何相机应用程序。
我需要上传到我的应用程序的照片进行地理标记。 我的问题如下: 假设用户的相机设置设置为存储位置数据,但 phone 位置当前处于关闭状态。 phone 会检索拍摄照片的位置吗?还是保留位置数据的设置只有在整个phone的位置开启时才有效?
Assume the user's camera settings are set to store location data
Android 有数百(如果不是数千)相机应用程序可用。这包括预装和用户安装的应用程序。 None 必须支持地理标记。
Would the phone retrieve the location to take the photo?
否,除非设备固件中存在一些错误。
Or does the setting to keep location data is only valid when the whole phone's location is on?
如果相机应用程序提供地理标记,则它会受到与任何其他应用程序相同的限制。如果用户已禁用设备的位置,这将影响所有应用程序,包括任何相机应用程序。