hasMap

Canonical URL: http://schema.org/hasMap

Thing > Property > hasMap

A URL to a map of the place.

Usage: Between 1000 and 10,000 domains
Values expected to be one of these types
Map
URL
Used on these types
Place
Supersedes
map
maps


Examples

Example 1
<h1>ACME Hotel Innsbruck</h1>
  <span>A beautifully located business hotel right in the
heart of the alps. Watch the sun rise over the scenic Inn valley while
enjoying your morning coffee.</span>
  <a href="https://www.google.com/maps?ie=UTF8&hq&ll=47.1234,11.1234&z=13">Click here for a map.</a>
</div>
<div itemscope itemtype="http://schema.org/Hotel">
  <h1><span itemprop="name">ACME Hotel Innsbruck</span></h1>
  <span itemprop="description">A beautifully located business hotel right in the
heart of the alps. Watch the sun rise over the scenic Inn valley while
enjoying your morning coffee.</span>
  <a itemprop="hasMap" href="https://www.google.com/maps?ie=UTF8&hq&ll=47.1234,11.1234&z=13">Click here for a map.</a>
</div>
This example is in microdata only.
This example is in microdata only.

Schema Version 3.2