I am working on a project that includes a Google Maps streetview feature.
[streetview width="100%" height="250px" lat="34.360988" lng="-86.693436" heading="-94.17771883289124" pitch="-3.342175066312998" zoom="1"][/streetview]
For my project, I need to showcase 20-30 different street view pages on one page without creating separate pages for each location. Is there a way to pass the latitude and longitude as parameters when navigating to the page?
I would like to find the most efficient method for passing the data when navigating to the page. Any suggestions?