PlaceOsmType
Description:
[ CCode ( cprefix = "GEOCODE_PLACE_OSM_TYPE_" , type_id = "geocode_place_osm_type_get_type ()" ) ]
public enum PlaceOsmType
Content:
Enum values:
- NODE - Defines a point in space.
- RELATION - Used to explain how other
elements work together.
- UNKNOWN - Unknown type
- WAY - Defines a linear feature and area
boundaries.