MediaStore.Images.ImageColumns | API reference | Android Developers
public
static
interface
MediaStore.Images.ImageColumns
implements
MediaStore.MediaColumns
android.provider.MediaStore.Images.ImageColumns
Image metadata columns.
Summary
Constants | |
|---|---|
String |
DESCRIPTION
Indexed value of |
String |
EXPOSURE_TIME
Indexed value of |
String |
F_NUMBER
Indexed value of |
String |
ISO
Indexed value of |
String |
IS_PRIVATE
Whether the image should be published as public or private. |
String |
LATITUDE
This constant was deprecated
in API level 29.
location details are no longer indexed for privacy
reasons, and this value is now always |
String |
LONGITUDE
This constant was deprecated
in API level 29.
location details are no longer indexed for privacy
reasons, and this value is now always |
String |
MINI_THUMB_MAGIC
This constant was deprecated
in API level 29.
all thumbnails should be obtained via
|
String |
PICASA_ID
This constant was deprecated in API level 29. this value was only relevant for images hosted on Picasa, which are no longer supported. |
String |
SCENE_CAPTURE_TYPE
Indexed value of |
Inherited constants | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
From interface
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
From interface
|
Constants
LATITUDE
public static final String LATITUDE
This constant was deprecated
in API level 29.
location details are no longer indexed for privacy
reasons, and this value is now always null.
You can still manually obtain location metadata using
ExifInterface.getLatLong(float[]).
The latitude where the image was captured.
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_FLOAT , and are read-only and cannot be mutated.
Constant Value: "latitude"
LONGITUDE
public static final String LONGITUDE
This constant was deprecated
in API level 29.
location details are no longer indexed for privacy
reasons, and this value is now always null.
You can still manually obtain location metadata using
ExifInterface.getLatLong(float[]).
The longitude where the image was captured.
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_FLOAT , and are read-only and cannot be mutated.
Constant Value: "longitude"
PICASA_ID
public static final String PICASA_ID
This constant was deprecated
in API level 29.
this value was only relevant for images hosted on
Picasa, which are no longer supported.
The picasa id of the image.
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_STRING .
Constant Value: "picasa_id"