1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ファーウェイのPetalマップのURLスキーマについてちょっと調べた

Posted at

Petalマップ

image.png image.png image.png

Petalマップはファーウェイがリリースした地図アプリです。
PetalマップのURLスキーマについてちょっと調べてみました。

Petalマップのダウンロード先:https://appgallery.huawei.com/#/app/C102457337

Petalマップの対応ホスト

設定 -> アプリ -> Petalマップ -> 既定で開く -> 対応リンク を開くと、アプリが対応しているホスト名が見られます。

image.png

現時点ではPetalマップが対応しているホスト名はすべて“google”入りのものです。

PetalマップにおけるGoogleマップのURLスキーマの動作

GoogleマップのURLスキーマでは、次の4つの動作に対応しています。
image.png

次のURLでPetalマップにおける動作を調べてみます。

調査結果

機能 リンク 結果 スクリーンショット/説明
Search
場所名
https://www.google.com/maps/search/?api=1&query=東京駅 image.png
Search
経緯度
https://www.google.com/maps/search/?api=1&query=35.6812362,139.7649361 image.png
Directions
現在地から目的地までのルート
https://www.google.com/maps/dir/?api=1&origin=東京駅&destination=横浜駅 × アプリ内では経路検索ができるが、URLではまだ機能公開されていないようです。
Display a map
中心
https://www.google.com/maps/@?api=1&map_action=map&center=35.6812362,139.7649361 image.png
Display a map
ズーム
https://www.google.com/maps/@?api=1&map_action=map&center=35.6812362,139.7649361&zoom=21 アプリ内ではズームできるが、URLではまだ機能公開されていないようです。
Display a map
衛星写真
https://www.google.com/maps/@?api=1&map_action=map&center=35.6812362,139.7649361&&basemap=satellite アプリ内では衛星写真が表示できるが、URLではまだ機能公開されていないようです。
Display a map
地形
https://www.google.com/maps/@?api=1&map_action=map&center=35.6812362,139.7649361&&basemap=terrain アプリ内では地形が表示できるが、URLではまだ機能公開されていないようです。
Display a Street View panorama https://www.google.com/maps/@?api=1&map_action=pano&parameters&viewpoint=35.6812362,139.7649361 × アプリがまだストリートビューをサポートしていません。

最後

Petalマップはまだリリースしたばかりなので、サポートしていない機能や、改善してほしいところがありますが、今後はだんだん改善されていくでしょう。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?