in src/mapillary/config/api/entities.py [0:0]
def get_map_feature_fields() -> list:
"""
Gets map feature fields
:return: Possible map feature fields
:rtype: list
"""
return [
"first_seen_at",
"last_seen_at",
"object_value",
"object_type",
"geometry",
"images",
]