[Google Maps API v3] StreetView control focus?

2010-12-02 Thread Jurgis Stepanovs
Hi! Is it possible to focus StreetView control from JS code for user input? For example to use keyboard arrow keys to navigate StreetView panorama... Best regards, Jurgis -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To po

[Google Maps API v3] getBounds() mathematics?

2010-12-02 Thread Jurgis Stepanovs
Hi, everybody! What is mathematics of function getBounds()? Is it possible to mathematically calculate any smaller rectangle bounds inside getBounds() area that are subset of getBounds() at any given zoom level? var bounds = gloabalgooglemapobject.getBounds();

[Google Maps API v3] How to convert Screen (map canvas DIV) pixels to LatLng?

2010-11-15 Thread Jurgis Stepanovs
If a have some MAP_DIV point(X,Y) in screen coordinates, can I get LatLng from that point? Thanks! :) -- 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...@googlegroups.com

[Google Maps API v3] Re: Get invisible rectangle bounds on map?

2010-11-15 Thread Jurgis Stepanovs
mP is map object, its ok. On 15 nov., 16:20, Andrew Leach wrote: > On 15 November 2010 14:15, Jurgis Stepanovs > wrote: > > >                 var latlngSW = proj.fromDivPixelToLatLng(SWpoint); > >                 //Javascript Breakes here, not continue cant find &g

[Google Maps API v3] Re: Get invisible rectangle bounds on map?

2010-11-15 Thread Jurgis Stepanovs
proj is [object] On 15 nov., 16:18, "geocode...@gmail.com" wrote: > On Nov 15, 6:15 am, Jurgis Stepanovs > wrote: > > > Hi! > > >  I'm trying to use function fromDivPixelToLatLng(), but my code > > breaks, I cant understand why? Pleas

[Google Maps API v3] Get invisible rectangle bounds on map?

2010-11-15 Thread Jurgis Stepanovs
Hi! I'm trying to use function fromDivPixelToLatLng(), but my code breaks, I cant understand why? Please help with this code sample, whats wrong?: //map canvas width = 800; height=600 var SWpoint = new google.maps.Point(100, 600); var NEpoint =

[Google Maps API v3] Re: Improvements in API v3.1?

2010-11-13 Thread Jurgis Stepanovs
Thanks, useful link :) On 13 nov., 04:55, Esa wrote: > On Nov 12, 1:45 pm, Jurgis Stepanovs > wrote: > > > Hallo, Google! > > >  Do there will be also improvements in code execution, map and street > > view image > > rendering speed in upcoming maps API V3

[Google Maps API v3] Improvements in API v3.1?

2010-11-12 Thread Jurgis Stepanovs
Hallo, Google! Do there will be also improvements in code execution, map and street view image rendering speed in upcoming maps API V3.1 that will be launched on 16th Nov, 2010? Jurgis Stepanovs -- You received this message because you are subscribed to the Google Groups "Google

[Google Maps API v3] Map display type && data size && download speed

2010-11-11 Thread Jurgis Stepanovs
Hi! Has anybody tested and benchmarked Google maps API 3 dynamic download data size and speed in differed map display types e.g. SATELLITE, ROADMAP, HYBRID ...? If best theoretical max download speed is 100, what score each type of maps could reach, which is best? Jurgis Stepanovs -- You

[Google Maps API v3] Re: How to load InfoWindow contents from DB on marker click

2010-11-11 Thread Jurgis Stepanovs
Callback function works well, thanks! :) On 9 nov., 19:28, "geocode...@gmail.com" wrote: > On Nov 9, 8:03 am, Jurgis Stepanovs > wrote: > > > Hi, everybody! > > >   I'm trying to create and then load info window contents from MySQL > > DB on

[Google Maps API v3] How to load InfoWindow contents from DB on marker click

2010-11-09 Thread Jurgis Stepanovs
Hi, everybody! I'm trying to create and then load info window contents from MySQL DB on marker click, but there is problem, that data retrieves after some time dalay. JavaScript execution continues and when I assign InfoWindow contents: someDBVarString;, someDBVarString is empty because data not

[Google Maps API v3] Re: Applications requesting v3.0 of the Maps API will receive v3.1 from November 16th

2010-11-08 Thread Jurgis Stepanovs
Hi! What is main areas, functions, objects of V3.0 to be at risk against properly working in V3.1? What should we test, suggestions? Is the maps initialization and loading procedure in V3.1 the same as V3? Jurgis On 8 nov., 07:02, "Luke (Google Employee)" wrote: > Hi everyone! > > On November

[Google Maps API v3] How to detect Street View availability?

2010-11-03 Thread Jurgis Stepanovs
Hello! How to detect StreetView availability at point(Lat, Lng) in JS V3 code, and if TRUE then display street view? If FALSE then do nothing. Jurgis -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send

[Google Maps API v3] Re: Map DIV canvas with round corners?

2010-11-03 Thread Jurgis Stepanovs
> newest browsers. > > After that, the next best option would be to use transparent PNG files > as custom > controls:http://code.google.com/apis/maps/documentation/javascript/controls.ht... > Custom controls don't actually have to have any interactivity. > > Chad Killi

[Google Maps API v3] Map DIV canvas with round corners?

2010-11-03 Thread Jurgis Stepanovs
Hallo! How could I round Google maps DIV canvas corners, is it possible? Thanks, Jurgis -- 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...@googlegroups.com. To unsubscr

[Google Maps API v3] Wiki and Panoramio layer?

2010-10-25 Thread Jurgis Stepanovs
Is Wiki and Panoramio layer available in Google Maps JS API 3? Any sample code how to add those layers? -- 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...@googlegroups.com.

[Google Maps API v3] Load nearby business geocedes from the point(lat,lng)?

2010-10-20 Thread Jurgis Stepanovs
How I can load business (name, address, description, phones ...) information in visible map bounds markers + infowindows, max 25-50 markers? What JS API class should I use? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post

[Google Maps API v3] AdSense class API?

2010-10-20 Thread Jurgis Stepanovs
When we may see AsSense class arriving in Maps API V3? -- 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...@googlegroups.com. To unsubscribe from this group, send email to g

[Google Maps API v3] Re: Draw cross in map center

2010-10-18 Thread Jurgis Stepanovs
rker.bindTo('position', map, 'center'); > > You could also probably do this with a KML screen overlay (though I am not > 100% familiar with KML). > > Chris > > On Mon, Oct 18, 2010 at 11:21 PM, Jurgis Stepanovs < > > > > jurgis.stepan...@g

[Google Maps API v3] Draw cross in map center

2010-10-18 Thread Jurgis Stepanovs
I need solution how to draw a cross in Javascript API at map center, and update it when ever map bounds, and zoom changes? I need to hold cross at map center on refresh and all other map events. Jurgis -- You received this message because you are subscribed to the Google Groups "Google Map

[Google Maps API v3] YouTube layer and control?

2010-10-13 Thread Jurgis Stepanovs
Is it possible to activate YouTube layer and control on map with API V3 JavaScript? -- 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...@googlegroups.com. To unsubscribe f

[Google Maps API v3] www.mymymap.com

2010-10-11 Thread Jurgis Stepanovs
) Attraction with map from outside HTML controls via JavaScript 12) And new interesting features will come soon! :) Welcome! Best regards, Jurgis Stepanovs Founder, CEO, mymymap.com -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript A

[Google Maps API v3] Business layer?

2010-10-10 Thread Jurgis Stepanovs
How could we add Business layer in Google maps API V3? Is its possible? Maybe someone has a sample JS code? Thanks, Jurgis -- 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

[Google Maps API v3] StreetView Blue dots (pictures)

2010-10-05 Thread Jurgis Stepanovs
is there some sample JS code? Best regards, Jurgis Stepanovs -- 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...@googlegroups.com. To unsubscribe from this g

[Google Maps API v3] How to activate Photo StreetView, Blue dots

2010-10-02 Thread Jurgis Stepanovs
is there some sample JS code? Best regards, Jurgis Stepanovs -- 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...@googlegroups.com. To unsubscribe from this g

[Google Maps API v3] Seeking for InfoWindow loading best practice

2010-09-24 Thread Jurgis Stepanovs
h XML, JSON? -> Big PHP, Little JS 2) Form only data on server retrieve in XML, JOSON and formatting tags add in JS? -> Little PHP, Big PHP 3) Load each Info Window on marker click event, and then get all data in XML, JSON, and format? Little PHP, Little JS, but some user timeout in browser Regar

[Google Maps API v3] KML layer links?

2010-08-20 Thread Jurgis Stepanovs
Hi! Please where we can find KML API links (url's), interfaces for Panoramio and Wikipedia and other services? It will be easy then display them on google map using API3... Thanks, Jurgis! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript A

[Google Maps API v3] AdSense programm and my GoogleMap web application

2010-08-13 Thread Jurgis Stepanovs
Hi, everybody! I have searched and studied a lot around how to use AdSense in my web page. But if I 95% of web page usage utilize in serving large Google map and users interacts there. ... I found out that there is not large text reasonable for AdSense, because users mostly work in map area and c

[Google Maps API v3] Re: IE very slow :(, Chrome fast :)) others not tested yet

2010-08-13 Thread Jurgis Stepanovs
Thanks for useful info. I'll keep testing and hope MS to launch it's 9th browser asap:) On Aug 13, 1:27 pm, William wrote: > On Aug 13, 7:02 pm, Pil wrote:> Don't know if a v3 > equivalent exists > > Daniels Lee tried this but discovered it's more difficult to measure > because of the asynchron

[Google Maps API v3] Re: Event bounds_changed triggers too often, problem

2010-08-12 Thread Jurgis Stepanovs
t before creating > another one. > > var myTimeout; > google.maps.event.addListener(map, 'bounds_changed', function() { >   if (myTimeout) { >     window.clearTimeout(myTimeout); >   } > >   myTimeout = window.setTimeout(readDataFromDB, 2000); > > }); >

[Google Maps API v3] IE very slow :(, Chrome fast :)) others not tested yet

2010-08-12 Thread Jurgis Stepanovs
Dear, all! I have tested my API3 app on Chrome and IE in development process. Specs: Around 20-200 markers + the same count info windows loads dynamically on the full screen map on 'bounds_changed' event... Before load both object stacks are destroyed. Chrome works as I expect, very fast, ..

[Google Maps API v3] Event bounds_changed triggers too often, problem

2010-08-12 Thread Jurgis Stepanovs
Hi! I use code bellow to read markers from DB, when user visible map area changes. ... google.maps.event.addListener(map, 'bounds_changed', function() { // bounds_changed or zoom_changed or center_changed readDataFromDB; }); ... But serious prob

[Google Maps API v3] Re: Will google add some adSense or other advertising class in V3?

2010-08-12 Thread Jurgis Stepanovs
Thanks for info :) I'll keep digging and expermenting that way. On Aug 12, 6:10 am, "Maps.Huge.Info (Google Maps API Guru)" wrote: > If you're looking to add something like the GAdsManager (v2) in your > v3 map, then you'll have to wait for that feature to be released. I'm > guessing it's on the

[Google Maps API v3] Will google add some adSense or other advertising class in V3?

2010-08-11 Thread Jurgis Stepanovs
I'm working on brand new google maps JavaScript API V3 web page. I'm very interested to add some google advertising tools to my map, but cant find any corespondig Javascript class in V3. Is there any solution for my problem in V3? -- You received this message because you are subscribed to the G