locationInfo property Null safety
final
The location information for the detected entity. Multiple LocationInfo elements can be present because one location may indicate the location of the scene in the image, and another location may indicate the location of the place where the image was taken. Location information is usually present for landmarks.
Implementation
final List<LocationInfo>? locationInfo;