[Google Maps API v3] Re: [Google Maps API v2] Re: Drag "N" Zoom (Out) feature

2012-08-22 Thread R@HuL
Yes i want some ready for Zoom Out and Zoom In functionality while dragging
a rectangle on map.
Please help.

---
Rahul Srivastava


On Wed, Aug 22, 2012 at 3:03 PM, Rossko  wrote:

> > I have used this Drag "n" zoom feature using gmap api V3.
>
> This is the V2 group.
> Here is a v3 group
> http://groups.google.com/group/google-maps-js-api-v3
>
> Perhaps you could describe to them how you would envisage a drag-
> zoomout working ... what happens when you draw a box? How does it know
> you want to zoom out, not in?
> Perhaps you clarify what you want; some ready written code, or help
> developing your own code?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps API V2" group.
> To post to this group, send email to google-maps-...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-maps-api+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-maps-api?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2012-08-22 Thread megapotz
You need to add one line to your CSS code:

#map_canvas div { line-height: normal ! important; }

where map_canvas is your div, where you're inserting your map.

If you encountered this issue, you have probably specified line-height to 1 em 
or less. This caused that issue.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/jwQfpvONw08J.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] First statistics from AdMob

2012-08-22 Thread John Coryat
We started using AdMob in our beta for RadarNow! a few days ago. There are 
only a handful of installs at this point (about 1750) so this may not be 
representative of the production version...

Revenue: $7.52
Requests: 4001
eCPM: $1.89
Fill rate: 99.63%
RPM: $1.88

We show ads at the bottom of the "local view" only. Each session gets one 
impression and the ads don't rotate.

This is a lot better than I've been led to expect. It will be interesting 
to see what happens when the production version gets ads. We have on 
average 300k impressions per day.

How does this compare with the experience of others?

-John Coryat

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/4OmA-l1QScwJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: API に適用される使用制限について

2012-08-22 Thread Masashi.K
Maps API ExpertのMasashi.Kといいます。
(Google社員ではありません)

> JavaScript API V3をAPIキーなしで使用していますが、「API ごとに 1 日あたりの地図読み込み回数が最大で 25,000 回まで」
> という使用制限は、キーなしでどのようにしてカウントされるのでしょうか?

APIキーがない場合「サイト単位」で課金されるとGoogle Mapsチームの人からは聞いています。
サイト単位なので、そのサイトからロードされるGoogle Maps APIライブラリの読み込み回数が
カウントの対象になるはずです。
どこからどこまでが「1つのサイト」に当たるのかは、明記されていないので、Googleの判断によります。

25,000回×90日連続の状況が続き、課金対象になるような場合は
事前にGoogleから連絡があると思います。


>また、「対象となる非営利団体は、Google Earth Outreachプログラムを通じて Maps API Premier 
>ライセンスを申し込むことをおすすめします。」
これはGoogle Maps API for Businessのページから申し込むと良いと思います。
申込時にその旨を記載すれば、Googleの担当者から案内があるはずです。
http://support.google.com/enterprisehelp/bin/request.py?&utm_campaign=en-codepremier&contact_type=gme


Google Maps API for Business (旧: Google Maps API for Premier)のライセンスキーが発
行されたら
client=gme-というパラメータを

Re: [Google Maps API v3] Abridged summary of google-maps-js-api-v3@googlegroups.com - 3 Messages in 3 Topics

2012-08-22 Thread Samuel Janda


-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.