region=CA
CanadaLoading map
Providers may show different borders and geographic names depending on the national setting used. For Canadian maps, choose Canada explicitly:
region=CA
data-country-code="CA"
region=CAregion=USregion=MXregion omittedWhen region is omitted: Google currently renders the U.S. worldview.
<iframe
width="600"
height="450"
style="border:0"
loading="lazy"
allowfullscreen
referrerpolicy="strict-origin-when-cross-origin"
src="https://www.google.com/maps/embed/v1/view?key=YOUR_API_KEY¢er=43.65,-78.055&zoom=8&maptype=roadmap&language=en®ion=CA">
</iframe>
data-country-code="CA"data-country-code="US"data-country-code="MX"data-country-code omitted<script src="https://cdn.apple-mapkit.com/mk/6/mapkit.core.js"
data-country-code="CA"></script>
When data-country-code is omitted: Apple currently infers the country code based on the user/request location and renders the corresponding worldview. The result can vary by viewer. data-country-code is functional but remains undocumented. Apple’s documented script-attribute loading pattern is described in Loading the latest version of MapKit JS.