i am exploring the capabilities of orientdb, and in general am trying to stick with gremlin for theoretical portability across graph databases.
i see that orient has provided this new spatial module with their latest 2.2 version.
the examples provided use orient's sql dialect.
it's not clear to me if issuing spatial queries requires orient sql, or if there is a way to use gremlin for spatial queries.
can someone with experience shed some light on this topic?
I'm sorry, but it's not possible to use Gremlin for this purpose, because in Gremlin there is not such concept. You can use the OrientDB SQL to do that.