[Google Maps API v3] PhoneGap-GoogleMaps-Plugin version 1.0.2

2014-01-28 Thread Masashi.K
PhoneGap-GoogleMaps-Plugin version 1.0.2 is now available! On this time, you can make your marker icon and infoWindow contents using HTML5/Canvas programmatically! If you want to create

[Google Maps API v3] Google Maps Plugin for PhoneGap

2014-01-05 Thread Masashi.K
Hi JavaScripters! I created an interesting plugin for PhoneGap / Cordova! As you may know, PhoneGap / Cordova are JavaScript framework for mobile application. This plugin helps you to control Google Maps mobile SDK from your JavaScript code. For example, you can add a marker like this code: ma

[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ライブラリの読み込み回数が カウントの対象になるはずです。 どこからどこ

[Google Maps API v3] Re: Terms of Service "wrapper" section

2012-02-14 Thread Masashi.K
"Wrapper service" in the TOS means that some service provides map functions using Google Maps API such as tile, geocodingetc. The application you want to create using Google Maps API, it doesn't seems like wrapper service. Because you provides information on the map, not map itself. So I think

[Google Maps API v3] Re: To add a search bar

2011-11-27 Thread Masashi.K
tocomplete(input, options); google.maps.event.addListener(autocomplete, "place_changed", function() { var place = autocomplete.getPlace(); mapCanvas.panTo(place.geometry.location); }); -- On 11月24日, 午前10:19, "xinyun_0...@126.com" wrote: > Hi Mas

[Google Maps API v3] Re: To add a search bar

2011-11-22 Thread Masashi.K
Hi. How about this example? http://code.google.com/apis/maps/documentation/javascript/examples/places-autocomplete.html http://code.google.com/apis/maps/documentation/javascript/places.html#places_autocomplete On Nov 22, 4:18 pm, Bready wrote: > I wonder if i can add a search bar on my own goog

[Google Maps API v3] Re: zoom and fov values

2011-11-02 Thread Masashi.K
How about this page? http://homepage.ntlworld.com/keir.clarke/web/streetviewwizard.htm On 11月1日, 午後3:42, JD Gauchat wrote: > Hi. This is the second time I post this message, don't know what happened > with the previous one. > When I get the information from a street view, the variable I receive i

[Google Maps API v3] Re: Adding click event to markers

2011-11-02 Thread Masashi.K
Hi. Do you want to change clickable attribute of marker, don't you? If so, you can change via Marker.setClickable() method. Here is an example. http://googlemaps.googlermania.com/google_maps_api_v3/map_example_click_change.html On 11月2日, 午前7:48, Autive bedrijf wrote: > Hi there, > > Im pretty n

[Google Maps API v3] Re: Transaction limits and charges for mobile apps

2011-11-01 Thread Masashi.K
Hi I think iOS map kit and android mapView does not influence with the usage limit.They have different TOS.  (They seem kind of old. Are they active now?)http://code.google.com/apis/maps/iphone/terms.htmlhttp:// code.google.com/android/add-ons/google-apis/maps-api-signup.html In hybrid applic

[Google Maps API v3] Re: Geocode status ERROR

2011-10-31 Thread Masashi.K
Hi. I checked but it can work. Your example page says "OK" And example page of google code does not occur error. So please tell us which error code did you get? http://code.google.com/apis/maps/documentation/javascript/services.html#GeocodingStatusCodes On 10月31日, 午前10:22, Chris Harding wrot

[Google Maps API v3] Re: How to create 'add via points' functions in my own route planer? (I am using Javascript and PHP)

2011-10-30 Thread Masashi.K
Hi kaiik "via points" is in DirectionsRequest as "way points": http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsRequest A turorial is here: http://code.google.com/apis/maps/documentation/javascript/services.html#Waypoints On 10月30日, 午前11:47, kaiik wrote: > Su

[Google Maps API v3] Re: Can i create website what use google map.

2011-10-29 Thread Masashi.K
Hi. Please read this FAQ. http://code.google.com/apis/maps/faq.html#tos_commercial On 10月28日, 午前3:00, Kiên Trần Trung wrote: > Hi :), > I want to create website what use google map to search location or service. > Is Google Map API 'free' or i must pay money to use it. > Please help me :). --

[Google Maps API v3] Re: multiple markers and mouseover

2011-10-29 Thread Masashi.K
Hi rlk27. I tried how to avoid to occur many mouseover on multiple markers. Please check below url: http://googlemaps.googlermania.com/tmp/gmaps3_group/multiple_markers_and_mouseover.html On 10月28日, 午前11:43, rlk27 wrote: > I want mouseover event for the topmost marker when the multiple markers a

[Google Maps API v3] Re: Slide image in InfoWindow

2011-10-25 Thread Masashi.K
Hi, I created a map for you. Please check it. http://googlemaps.googlermania.com/tmp/slide_test/slide_test.html And please remove Maps API Key from your code: "key=ABQIAAA.KONLib1sA". Please read this post. https://groups.google.com/group/google-maps-js-api-v3/browse_frm/thread/a097fb23915d01d

[Google Maps API v3] Re: Custom marker icons using DirectionsRenderer.setDirections()

2011-10-11 Thread Masashi.K
Hi Matt- I wrote a description page. http://googlemaps.googlermania.com/google_maps_api_v3/map_example_direction_customicon.html My english is poor, but maybe you can understand. On 10月6日, 午後10:30, "Masashi.K" wrote: > Hi Matt- > > You can change theiconswith DirectionsRend

[Google Maps API v3] Re: sidebar highlighting issues

2011-10-07 Thread Masashi.K
Yeah, there are many ways to create a map with sidebar. Anyway, fixed the all problem, sounds nice. On 10月7日, 午前3:01, Green wrote: > I also found another example, which uses and focus > instead:http://koti.mbnet.fi/ojalesa/boundsbox/makemarker_sidebar_plain.htm -- You received this message be

[Google Maps API v3] Re: Custom marker icons using DirectionsRenderer.setDirections()

2011-10-06 Thread Masashi.K
Hi Matt- You can change the icons with DirectionsRenderer. First set the value "DirectionsRendererOptions.suppressMarkers = true", then pass to the DirectionsRenderer. After that, get legs from DirectionsResult. (DirectionsResult > routes > legs > start_location and end_location) In use this exa

[Google Maps API v3] Re: noNotify argument of MVCObject

2011-10-06 Thread Masashi.K
I see, that makes sense. I'm happy for fully understanding. Thanks again! On 10月6日, 午後5:18, "Enoch Lau (Google Employee)" wrote: > That's right. When you install the event listener before the bindTo, > ordinarily, the event listener will be triggered at the time you do the > bindTo. To avoid that

[Google Maps API v3] Re: noNotify argument of MVCObject

2011-10-06 Thread Masashi.K
Oops, I forgot. Thank you, Enoch. On 10月6日, 午後5:07, "Masashi.K" wrote: > Ok, I finally understand. > - > var mvcObject1 = new google.maps.MVCObject(); > mvcObject1.set("visible", true); > > var mvcObject2 = new

[Google Maps API v3] Re: noNotify argument of MVCObject

2011-10-06 Thread Masashi.K
ect2.bindTo("visible", mvcObject1, "visible", false); // noNotify = false //mvcObject2.bindTo("visible", mvcObject1, "visible", true); // noNotify = true - On 10月6日, 午後4:03, "Masashi.K" wrote: > I see. >

[Google Maps API v3] Re: noNotify argument of MVCObject

2011-10-06 Thread Masashi.K
I see. I've understand the meaning, but I can not understand how to use it. Could you tell me any snippet? (I like MVCObject class because it's useful) On 10月6日, 午後3:26, "Enoch Lau (Google Employee)" wrote: > The noNotify argument is to specify that you don't want to be notified on * > bind*, no

[Google Maps API v3] Re: map overlay with many latitude longitudes

2011-10-06 Thread Masashi.K
Delete the dot after new "new.google.maps.LatLng(42.8, -124.6)," and put the comma after "new google.maps.LatLng(48.5, -124.5)". Please try it. On 10月6日, 午後2:15, rmcguire wrote: > my page is atwww.meadowlarkco.com/testrollover3.html > > I followed the tutorial > @http://code.google.com/apis/map

[Google Maps API v3] noNotify argument of MVCObject

2011-10-06 Thread Masashi.K
Hi all - I wonder does "noNotify" argument of MVCObject.bindTo() method works correctly? The maps api v3 reference said: (http://goo.gl/LkcPh) -- >bindTo(key:string, target:MVCObject, targetKey?:string, noNotify?:boolean) Binds a View to a Model. >notify(key:string) Notify all o

[Google Maps API v3] Re: Questions about Google Maps API terms of service

2011-10-01 Thread Masashi.K
nk to the section you mentioned > > On 1 окт, 02:35, "Masashi.K" wrote: > > > > > > > > > Hi Arrtem- > > > I think you can not change display the copyright as three lines. > > Maybe against the rule, where is such as 10.1.1. (f)(x) > >

[Google Maps API v3] Re: Polygon click events "hidden" by FusionTablesLayer click events?

2011-10-01 Thread Masashi.K
How about using two FusionTableLayer? One layer use to base layer (blue), and the other one use to polygon(red). When the red layer is clicked, call "red_layer.setMap(null);" then the polygon layer will be hide. On 10月1日, 午後12:08, "geocode...@gmail.com" wrote: > See this > example:http://www.geo

[Google Maps API v3] Re: Questions about Google Maps API terms of service

2011-09-30 Thread Masashi.K
Hi Arrtem- I think you can not change display the copyright as three lines. Maybe against the rule, where is such as 10.1.1. (f)(x) At least, API doesn't provide the way. (I agree with your idea. Sometime so long.) On 9月30日, 午後2:36, Artem wrote: > Hello. > > Article 7.4 (d) - "Proprietary Right

[Google Maps API v3] Japan earthquake

2011-03-11 Thread Masashi.K
Hello everyone- I'm a Japanese programmer. Sorry to posted a message which is not related this group, but we need more help. My friend is creating the Japan map after the earthquake using the open street map. But we need more help! Could you help to draw a map and re-announce? Web site: http://os

[Google Maps API v3] Re: Setting maxZoom and minZoom

2010-09-23 Thread Masashi.K
Oops, bit wrong. google.maps.event.addListener. On 9月24日, 午前9:12, "Masashi.K" wrote: > google.maps.event.addListenerOnce(map, "maptypeid_changed", function() > { >         var currentMapTypeId = map.getMapTypeId(); >         var mapTypeReg = map.mapTypes;

[Google Maps API v3] Re: Setting maxZoom and minZoom

2010-09-23 Thread Masashi.K
google.maps.event.addListenerOnce(map, "maptypeid_changed", function() { var currentMapTypeId = map.getMapTypeId(); var mapTypeReg = map.mapTypes; var mapTypeId, mapType; for(var i in google.maps.MapTypeId){ mapTypeId = google.maps.MapTypeId[i];