Maps

Mapboxのマップは、友人がどこにいるのか、誰が地方選挙で勝っているのか、あなたのビジネスがどこで人気を集めているのかなど、私たちを取り巻く世界を明らかにします。Mapboxは、御社のニーズに合わせて、ダイナミックかつ、高性能で、カスタマイズ可能なマップを提供します。

マップを選択

Mapboxがデザインしたマップの中から、御社のアプリケーションやプロジェクトに最も適したスタイルを選んでください。開発者用のツールで指定URLを使用する、または Mapbox Studioでマップをカスタマイズしましょう。

Mapbox Tiling Service
(タイリングサービス)

当社がグローバル規模で毎日自動更新されるベースマップ製品を作成すると同じものをサービスとして提供することで、これまで以上にお客様のデータを迅速に可視化し、コントロールを強化します。Facebook、Snap、The Weather Channel、Tableau、Shopifyなどをはじめとする、月間6億5,000万人以上のお客様に、サービスを提供しています。Mapbox Tiling Service についてはこちらをご覧ください。

Mapbox Studio

Mapbox Studioとは、マップとカスタムデータの作成、管理、エクスポートを可能とするサービスです。Mapbox Studio は、カスタムマップをデザインするための、カスタムデータのアップロードや作成など、詳細な管理が可能なビジュアル・インターフェイスです。

クロスプラットフォーム SDK

MapboxのWeb、モバイル、組み込み型デバイスに対応したSDKを使用し、開発者は、高速かつダイナミックなマップを複数のプラットフォームに追加することができます。

スタティックマップ

Mapboxのスタティック(静的)マップ は、表示性能の高さとシンプルさを両立しており、インタラクティブなマップを表示できないアプリケーションやユーザーインターフェイス(UI)などでも、画像さえ表示できる場所があればマップを配置できます。

Mapbox Streets

Mapbox Streetsは、130種類以上のマルチ認証されたグローバルソースで構成されています。 物流コンシューマアプリケーションビジネスインテリジェンスアウトドアなどの分野で使用可能な、汎用的かつ正確なベースマップです。

Designed for developers

Our maps are built with vector maps – an advanced approach to mapping where data is delivered to the device and precisely rendered in real time, making them fast and performant.

<!DOCTYPE html>
<html>
<head>
    <meta charset='utf-8' />
    <title>Display a map</title>
    <meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
    <script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.52.0/mapbox-gl.js'></script>
    <link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.52.0/mapbox-gl.css' rel='stylesheet' />
    <style>
        body { margin:0; padding:0; }
        #map { position:absolute; top:0; bottom:0; width:100%; }
    </style>
</head>
<body>

<div id='map'></div>
<script>
mapboxgl.accessToken = '<AccessToken>';
var map = new mapboxgl.Map({
    container: 'map', // container id
    style: 'mapbox://styles/mapbox/streets-v11', // stylesheet location
    center: [-74.50, 40], // starting position [lng, lat]
    zoom: 9 // starting zoom
});
</script>

</body>
</html>

Frequently asked questions

Getting Started

How do I use the Maps APIs?

You can read our documentation to get started with just a few lines of code.

How do I use Mapbox Studio?

We have an extensive Mapbox Studio Manual that explains everything you need to know about Studio.

How do I design a good map?

Check out The Guide to Map Design to learn how to customize your maps to improve performance, focus the visual narrative, and match your brand.

What is the limit for offline usage on mobile?

Mobile apps built with the Mapbox Maps SDKs for iOS and Android can seamlessly offer offline maps to users. With the Pay-as-you-go plan, your users can cache up to 6,000 map tiles on their device. Learn more on our Offline help page, or contact us about Enterprise options that scale to support your needs.

Data

What is your source data?

All of our data sources are detailed here: https://www.mapbox.com/about/maps/#data-sources

What languages do you support?

All Mapbox template maps use the Mapbox Streets vector tileset for map features. In this tileset, there are different name fields for each of the label layers. Mapbox Streets supports the name field (the name or names used locally for the place) globally and thus Mapbox maps have partial language coverage for over 100 local languages and we continue to add to these over time. View the complete list of languages we fully support.

Can I upload my own data?

Yes, you can upload both Datasets and Tilesets. Datasets provide access to feature geometries (points, lines, and polygons) and properties (attributes), both of which can be edited in the Mapbox Studio dataset editor or through the Mapbox Datasets API.

Tilesets are lightweight collections of vector data that are optimized for rendering and are not editable, but can be styled in the Mapbox Studio style editor. View our help guides to see accepted file types and transfer limits.

Can I store Mapbox maps data permanently?

You may temporarily cache maps on end-user devices (e.g., laptops, smartphones, or tablets) for offline use, but each device must populate its cache using direct requests to the Maps APIs and content from a cache may only be consumed by a single end user. On mobile devices, you may only cache up to the limits set in the applicable Mapbox SDK, and you may not circumvent or change those limits. You may not redistribute maps, including from a cache, by proxying, or by using a screenshot or other static image instead of accessing maps through the Maps APIs. You may not scrape or download maps for any purpose other than temporary offline caching on a single end user’s device.

Can I trace or create my own data using your tools?

You may use Studio or third-party software to trace Mapbox Satellite Imagery and produce derivative vector datasets, but only for non-commercial purposes and for OpenStreetMap. If you would like to use Studio to trace Mapbox Satellite Imagery for commercial purposes, contact us.

Billing

How much do the Maps APIs cost?

Go to the pricing page to learn about pricing for maps.

What happens if I exceed the free API requests?

We’ll send you an automated notice when you exceed your free requests, so you know when you’re being charged. As long as your payment information is valid, we will automatically invoice you. If you exceed the limit and don’t have payment information on your account, we’ll send you an email notifying you and give you a short grace period to pay us so your maps won’t get shut down.

3D地形データ

3D地形データを表現するため、ベクター地図の3D標高データのスタイルを再定義し、再現しました。

マップ製品の価格については、料金表のページをご参照ください。