Aerospike.Geo.Point (Aerospike Driver v0.3.1)

Copy Markdown View Source

GeoJSON Point geometry using [longitude, latitude] coordinates.

Summary

Types

t()

GeoJSON point using longitude and latitude.

Types

t()

@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.