hello,
I m trying to get the street view of some locations on click but i can t manage to do it … grr
any help from a master would be so appreciated
here is the component :
Street View Side-By-Side html, body { height: 100%; margin: 0; padding: 0; } #pano { height: 100%; width: 100%; }Latitude
Longitude
here is the page code :
export function goButton_click(event) {
let data =
{“lati”:$w(“#lati”).value,
“longi”: $w(“#longi”).value)}
$w(“#streetView”).postMessage(data);
}