Really interested in the Street View Insights mentioned earlier. For those of us building Edge AI agents, the "Grounding with Google Maps" feature in Gemini is great for high-level queries, but we often need raw, lower-level access for custom perception pipelines.
Does anyone know if the new Insights API exposes any structured feature embeddings (like road signs or asset vectors) directly? Or is it strictly a "black box" query service?
Trying to figure out if I can plug this into a local MediaPipe / TFLite workflow, or if I'm stuck with cloud latency.