public-roadmap icon indicating copy to clipboard operation
public-roadmap copied to clipboard

[Google Maps API] Actual map not displayed in the HTML preview in the Playground and Search Inspector

Open martin-serpapi opened this issue 11 months ago • 3 comments

A high-volume customer reported the the actual map is not displayed in the HTML preview for Google Maps API searches in the inspector. I was able to reproduce it both in the Playground and the search inspector:

Image

Playground

Image

Inspect

Intercom

martin-serpapi avatar Feb 13 '25 10:02 martin-serpapi

Might be related to https://github.com/serpapi/public-roadmap/issues/2340

I also noticed that the map seems to be shown when start is omitted. It's when setting start (even to 0) that the map isn't included.

Playground

schaferyan avatar Feb 14 '25 22:02 schaferyan

For pagination results (even with start=0), Google returns only the next page data (see contents in the link to raw_html_file) instead of the whole HTML. We try our best to recreate the previews of pagination results based on the data. However, the data lacks the information to recreate the map, which is why the map can't be displayed.

zyc9012 avatar Feb 18 '25 01:02 zyc9012

A high volume customer asked about this.

Intercom

hilmanski avatar Nov 05 '25 02:11 hilmanski