Publisher Web Widget

Examples:

GPS Location Already Supplied

If you have already acquired the viewer's Geo location, you can pass the info through the web snippet using the loc parameter. Use the format loc=latitude,longitude,altitude. altitude will contain a "z" at the end.

?frame=1
&loc=27.341069,-82.5338703,13z

Widget code, full example:

<iframe frameborder="0"
    id="iframeCanvas"
    name="iframeCanvas"
    width="640"
    webkitallowfullscreen mozallowfullscreen oallowfullscreen
    msallowfullscrean allowfullscreen
    style="height: 512px;"
    src="http://woc.reference.genitrust.com/orders?frame=1&loc=27.341069,-82.5338703,13z">
</iframe>