How to Coming Soon! | Blog | What We're working hard to finish the development of this site.
以下の方法で URL にアクセスすると、各社の配達状況ページにジャンプします。また、ジャンプせず URL を表示させることも可能です。 使い方 次のような URL にアクセスします。 配達状況ページにジャンプ https://thira.plavox.info/transport/api/?t=[会社名の略称]&no=[伝票番号] URLを表示 https://thira.plavox.info/transport/api/?t=[会社名の略称]&no=[伝票番号]&nojump=1 会社名の略称 クロネコヤマト: yamato 佐川急便: sagawa ゆうパック: jppost_pack 郵便書留: jppost_mail 西濃運輸: seino 西武運輸: seibu 福山通運: fukutsu 日通航空: nittsu_air 日本トラック: nittora EMS: ems DH
APIs for Finding Location Google launched two APIs for finding the location of a user from a web application. The most simple way, which is also the least precise, is to derive some information about location from the IP. Google AJAX API has an object named google.loader.ClientLocation that includes "metro-level granularity properties": country, region, city, low resolution latitude and longitude.
他のサイトが配信しているATOMやRSSフィードをJavaScriptを使って取得しようとした場合、同一生成元ポリシー(Same-Origin Policy)の制限によって直接他のサーバにあるデータへアクセスできずサーバ側でいったんフィードを受信するなどの処理が必要でした。 Google AJAX Feed APIを使用すると、Googleがフィードのキャッシュとしての役割を果たしてくれるため、サーバ側のプログラムを必要とせず、クライアント側のスクリプトだけで各種フィードを取得することが出来ます。 ここではGoogle AJAX Feed APIを使ってATOMやRSSフィードを取得する方法などを解説していきます。 Google AJAX Feed APIとは ドキュメント
Google Chart API で QRコードも生成してくれるようになった 2008-07-04-3 [WebTool] URL をなげるとグラフなどの図を画像として生成してくれる Google Chart API ですが、新たに QRコードを生成してくれるオプションができました。 QR codes (Developer's Guide - Google Chart API) 基本となるパラメータは chs(サイズ指定)cht(QRコードなのでqrを指定)chl(エンコードしたテキストを指定) の3つです。 では実例。 このブログのトップページ「https://chalow.net/」のQRコードを作ります。 URLを組み立てるとこうなります: https://chart.apis.google.com/chart?chs=150&cht=qr&chl=https%3a//chalow.
Enterprise Strategy Group: Go-to-market Expertise to Help You Win
Posted by Keith Golden, My Maps team When we launched the map editing tools in Google Maps, the reaction of developers was "This is cool, but how can I use it on my own site?" As someone who was originally drawn to Google in part because of the Maps API and the great developer community around it, I committed to making the My Maps tools useful for developers on their own sites. Today, I'm pleased
Posted by Pamela Fox, Maps API Team In the talk I gave last fall about Maps Mashups Usability, I mentioned that one way to make your map more informative at first glance is to use the color and size of a marker to indicate categorical or density information. Previously, that would mean using an image editing program or server-side image generation script to create all the various marker icons need
Google have announced that GooglePages is to be closed down later this year. The current version of this tutorial is now hosted at econym.org.uk/gmap/ This GooglePages page will remain here until Google pull the plug, but I won't be updating it. I recommend that you update your bookmarks and links now. This tutorial is intended to help you create your own interactive maps using the Google API.
Posted by nene2001 at 03:04 / Tag(Edit): alpslab api geography / 1 Comments: Post / View / 3 TrackBack / Google Maps これはマニアック。 地球上の最短コース(大圏コース)が取得できるAPI こんな感じで、北朝鮮からアメリカだって攻撃できちゃいます。 残念ながら日本は、メルカトル症候群の人がのたまうような、アメリカの盾にはなれまへん。 大きな地図で見る これだけ見ると、マニアックで面白いけど、どう使おう?と思えるAPIですけど、でも最近のALPSLABの傾向はおおむね、正しい方向性じゃないかと個人的には感じてます。 なんだかんだ言って、地図の多様性や地図情報の囲い込みの危険性を説いたところで、普通の大多数のユーザ、地図では単に場所が特定できればよくて、メルカト
友達のマウスと一緒に遊ぶことができる『thatsmymouse』 February 2nd, 2008 Posted in 便利ツール(ウェブ) Write comment これは結構便利なのではないだろうか。 他のお友達と特定のウェブページで遊ぶためのツールがthatsmymouseである。 もうちょっと具体的に言うと、thatsmymouseに対応したページ上では、他のユーザーのマウスカーソルの動きを見る事ができるのだ。ご丁寧にカーソルには名前がついており、チャットを楽しむこともできる。 自分のページをthatsmymouse対応にするのも簡単だ。このサイトで発行されるコードを貼り付けるだけでいい。あとはそのページのURLを友達に教えれば完了だ。 このサイトで一緒に遊ぼう、だとか、さっき作ったばかりのこのページについて意見をもらいたい、だとかに使えるのではないだろうか。 ちょっとしたイ
If you want to display complicated path data on a Google Map, the most efficient way to do so is with an encoded polyline or polygon. The primary purpose of this page is to explain this encoding process. Most people interested in this discussion will be mathematically literate javascript programmers with a specific interest in the Google Maps API. A secondary purpose of this page is to provide som
地図コンテンツを Google Maps で作る時に、いつも悩ましく思っていたことに、たくさんの印(マーカーやポリライン)を置けないということがあった。置ける事は置けるけれども、闇雲に置いてしまうと、地図上がマーカーだらけになったり、ポリラインもそれだけでうちのブラウザの動作を重たくするので、なにかしらの工夫を施さなければならない。 つまるところ、密集するマーカーと、巨大なトラックログの描画、というふたつのテーマが、当初からの大きな課題の二本柱だった。──いっぺんにそれらを置こうとしなければいいのだろうけれど、いっぺんに置きたいのだもの。 ポリラインのほうは、エンコードすることで、劇的に扱いやすくなってひとまずの解決をみた。なにより巨大なトラックログも描画できるレベルになったのが、いち日に、数千トラックポイントを集めて来るじぶんにとっては、革命的だった。 一方、マーカーのほうはどうか。 し
GPolygon.fromEncoded() を利用して Google Maps のポリゴン表示を軽量化する 2007-08-22-1: [Google] Google Maps では GPolygon を利用してポリゴン (多角形) を描画することができます。 しかし、GPolygon を使ったポリゴン描画には重大な欠点がありました。 それは、点の数を多くすると Opera や Safari では描画ができずに、ブラウザが固まってしまう場合があるというものです。 それを解決する手段かどうかはわかりませんが、Google Maps API v2.78 から GPolygon.fromEncoded() というメソッドが追加されて、あらかじめポリゴンのデータをエンコードしたデータを指定することができるようになりました。 - Official Google Maps API Blog: v2.
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く