# `Aerospike.Geo.Point`
[🔗](https://github.com/luisgabrielroldan/aerospike_driver/blob/v0.3.1/lib/aerospike/geo.ex#L13)

GeoJSON Point geometry using `[longitude, latitude]` coordinates.

# `t`

```elixir
@type t() :: %Aerospike.Geo.Point{lat: float(), lng: float()}
```

GeoJSON point using longitude and latitude.

Coordinates are normalized to floats by `Aerospike.Geo.point/2`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
