# Geometry

Property Type: `geometry`

Geometry types store longitude latitude coordinates. There are two sub-types of Geo:

1. **Point** \[x, y]\
   Two floats that represent a point (on a map or otherwise)
2. **Multi-Point** \[ Point, Point, Point, ...]\
   an array of Points

Geometry types become very handy when you later want to check if a given x-y coordinate lies within the bounds of pre-defined area. For more info on this, see Geospatial Operators.

### Property Options

| Name    | Type   | Default | Description                                                                                       |
| ------- | ------ | ------- | ------------------------------------------------------------------------------------------------- |
| geoType | string | "Point" | "Point" or "MultiPoint" stringEnum that defines what kind of coordinate data this prop will hold. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.medable.com/cortex-api/objects-definition/object-properties/geometry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
