NEURAL SEARCH

Search an area by what it looks like.

Neural Search uses AI to find areas with a similar visual character. Search satellite or street-level imagery directly, without needing a perfectly structured database first.

Explore Neural Search →

Switch without rewriting
your map experience

React starter
import { E2Map, useSearch } from "@e2/react";

export function CoffeeMap() {
  const { results } = useSearch({ q: "coffee near me" });
  return <E2Map apiKey={import.meta.env.VITE_E2_KEY} markers={results} />;
}
Read migration docs ↗

Open source from day one

E2 is built in the open so the map stack stays transparent, inspectable, and yours to control. Read the code, contribute, self-host, or use our hosted APIs. No black boxes. No lock-in.

◉ View on GitHub

Your map stack, on your terms