Re: [Google Maps API v3] Re: Custom Controls flickering problem

2011-08-30 Thread Shreerang Patwardhan
Hello Pil,

I am the author of that example code and that is my blog only. And well, you
have got the problem right. Now how can we find a solution for the
flickering problem?

-- 
*Shreerang Patwardhan*

***Personal website:* Spatial
Unlimited


On Wed, Aug 31, 2011 at 12:12 PM, Pil  wrote:

> Yes, that's why the author didn't provide an example but instead was
> using pictures. I'm always sceptical when there is no example
> available.
>
> This code is all too simple to work properly, because as soon as the
> cursor hovers over an object inside the map the mouseout listener
> fires and tries to execute disableDefaultUI: true. And because the
> cursor is still on the map the mousemove listener fires immediately
> afterwards and tries to execute  disableDefaultUI: false. The
> presumable result is that the controls are flickering as long as the
> cursor tries to execute conflicting statements.
>
> The solution is not as easy as it sounds, because you have to avoid
> that a mouseout event will be fired when the cursor moves over a child
> element.
>
>
>
>
>
> On Aug 31, 8:12 am, Shreerang Patwardhan
>  wrote:
> > Hello Group,
> >
> > I put up an example to switch on and off the map controls on the mouse
> over
> > and mouse out event. Which means, if your mouse if over the map, the map
> > controls will be enabled and once the mouse is outside the map, the
> controls
> > will disappear.
> >
> > You can find the code athttp://
> shreerangpatwardhan.blogspot.com/2011/07/playing-with-map-cont...
> >
> > Now, the problem is that when the mouse pointer is over the controls, the
> > map controls become invisible and the mouse pointer keeps flickering
> along
> > with the street view control. How do I get around this problem?
> >
> > Any help is greatly appriciated
> >
> > -- *
> > Shreerang Patwardhan
> >
> > **Personal website:* Spatial Unlimited<
> http://shreerangpatwardhan.blogspot.com/>
>
> --
> 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.
>
>

-- 
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: Custom Controls flickering problem

2011-08-30 Thread Pil
Yes, that's why the author didn't provide an example but instead was
using pictures. I'm always sceptical when there is no example
available.

This code is all too simple to work properly, because as soon as the
cursor hovers over an object inside the map the mouseout listener
fires and tries to execute disableDefaultUI: true. And because the
cursor is still on the map the mousemove listener fires immediately
afterwards and tries to execute  disableDefaultUI: false. The
presumable result is that the controls are flickering as long as the
cursor tries to execute conflicting statements.

The solution is not as easy as it sounds, because you have to avoid
that a mouseout event will be fired when the cursor moves over a child
element.





On Aug 31, 8:12 am, Shreerang Patwardhan
 wrote:
> Hello Group,
>
> I put up an example to switch on and off the map controls on the mouse over
> and mouse out event. Which means, if your mouse if over the map, the map
> controls will be enabled and once the mouse is outside the map, the controls
> will disappear.
>
> You can find the code 
> athttp://shreerangpatwardhan.blogspot.com/2011/07/playing-with-map-cont...
>
> Now, the problem is that when the mouse pointer is over the controls, the
> map controls become invisible and the mouse pointer keeps flickering along
> with the street view control. How do I get around this problem?
>
> Any help is greatly appriciated
>
> -- *
> Shreerang Patwardhan
>
> **Personal website:* Spatial 
> Unlimited

-- 
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] Infowindow tabs

2011-08-30 Thread Navindian
I wish to do a proof of concept where tabs are required in a infowindow. Is
there any clean implementation out there. Can you provide sample or example
for Google Maps Javascript V3?

Thanks
navindian

-- 
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] Custom Controls flickering problem

2011-08-30 Thread Shreerang Patwardhan
Hello Group,

I put up an example to switch on and off the map controls on the mouse over
and mouse out event. Which means, if your mouse if over the map, the map
controls will be enabled and once the mouse is outside the map, the controls
will disappear.

You can find the code at
http://shreerangpatwardhan.blogspot.com/2011/07/playing-with-map-controls.html

Now, the problem is that when the mouse pointer is over the controls, the
map controls become invisible and the mouse pointer keeps flickering along
with the street view control. How do I get around this problem?

Any help is greatly appriciated

-- *
Shreerang Patwardhan

**Personal website:* Spatial Unlimited

-- 
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: What is the best way to determine the current (pixel) position of the InfoWindow on the web page?

2011-08-30 Thread Pil
Try this one that makes exactly what you're trying to do (namely
traversing the DOM) to find the actual pixel position of the
infowindow (with solution for Webkit browsers included)


http://www.wolfpil.de/v3/drag-from-infowindow.html




On Aug 30, 9:56 pm, john byrne  wrote:
> I am trying to discover the (pixel) location of the (single)
> infoWindow, on the web page.  Lets assume the only item on the web
> page is the map.
>
> I've created a  with a particular ID in the infoWindow:
>
>   var infoWindowOptions =  {
>                                 content: '' +
>                                    '' + description + ' div>',
>                                pixelOffset: new google.maps.Size(0, 2)
>
> };
>
> and tried the normal mechanism to calculate the location of that div
> on the web page.
>
>   videoSpace = getPos(document.getElementById('tadd-videoF'));
>
>   function getPos(obj){
>     var topValue= 0,leftValue= 0;
>     while(obj){
>       leftValue+= obj.offsetLeft;
>       topValue+= obj.offsetTop;
>       obj= obj.offsetParent;
>     }
>    return {x: leftValue,y: topValue};
>   }
>
> However, the offset calculated using the above technique for the
> location of 'tadd-videoF' is always the same, even as I pan or move
> the map (note: the infoWindow moves as well, and can even be moved off
> of the page).  Further, if the infoWindow initially caused the map to
> autopan, then the offset calculated by getPos() above isn't even
> accurate.
>
> What is the best way to determine the current (pixel) position of the
> InfoWindow on the web page?
>
> JB

-- 
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.



Re: [Google Maps API v3] I can't access Korea detail basemap on android and iphone

2011-08-30 Thread hyojoon cha
I am really sorry. mistyping.port number is 10002 not 1002. sorry.

http://61.43.91.122:10002/mltm/
map

and below is your request.

http://maps.google.co.kr/maps/api/js?v=3.1&sensor=false®ion=KR";>

Thank you

2011년 8월 31일 오후 1:03, Andres Ferrate 님의 말:

> Are you sure the URL you provided is correct?  I cannot access it.
>
> Also, please send the specific string that you're using to reference the JS
> Maps API, something similar to:
>
> http://maps.googleapis.com/maps/api/js?v=3.4&sensor=true
>
> -Andres
>
>
> On Tue, Aug 30, 2011 at 8:53 PM, hyojoon cha wrote:
>
>> And I have one more question. I think Google Map API version tag parameter
>> is not working.
>>
>> About one week ago, maybe version 3.3, I had same problem. so I changed
>> version to 3.0. At that time I could access South Korea road map(detail base
>> map). But from last Monday maybe, Google map do not provide South Korea road
>> map.
>>
>> Actually, I think Google Map provide South Korea road map. I mean when I
>> access my map site, I can see South Korea road map first. but grey color
>> layer covered(overlaped) it.
>>
>> I think this layer is provided by Google US server
>>
>> As you know, Korea base map data is located in Google Korea not Google US.
>> so I think, Because my mobile site already get Korea base map from Google
>> Korea, Google map API do not need call Korea data from Google US server.
>>
>> I hope you can solve my problem. please help me. Thank you.
>>
>>
>>
>>
>> 2011년 8월 31일 오후 12:35, hyojoon cha 님의 말:
>>
>> sorry, here is my mobile map site URL.
>>>
>>> http://61.43.91.122:1002/mltm/map
>>>
>>> and I used version 3.0, 3.1 3.3 and 3.6. but all version has same
>>> problem.
>>>
>>> Thank you for your response.
>>>
>>> 2011년 8월 31일 오후 12:11, Andres Ferrate 님의 말:
>>>
>>> Hyojoon,

 You did not include a link to your web site, only the sample map on code
 site.

 Also, which version are your specifying?


 http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning

 -Andres


 On Tue, Aug 30, 2011 at 6:30 PM, hyojoon cha wrote:

> Hi Andres. Thank you for your reponse.
>
> Here is my map address. You have to access this page on android or
> iphone 4 mobile phone.
>
> If you access this page on your desktop, you can see detail road map of
> South Korea, but If you do this page on your mobile phone, you can see 
> only
> grey color map not include detail road map.
>
> and you also see this situation on
> http://code.google.com/intl/ko-KR/apis/maps/documentation/javascript/
>
> This page is Goolge map API V3 homepage. You can see mobile map page at
> center of this page. If you pan to South Korea and chagne map optioin(turn
> off check box, territory), you can see only grey color map not include
> detail road map.
>
> Thank you. I hope your fast response. I am very hurry.
>
> 2011/8/31 Andres Ferrate 
>
>> Hyojoon,
>>
>> Can you provide a link to your map page?
>>
>> Thanks,
>>
>> Andres
>>
>>
>> On Mon, Aug 29, 2011 at 9:16 PM, hyojoon cha 
>> wrote:
>>
>>> Hi. I am mobile map develper on android and iphone.
>>>
>>> My test phone version is below
>>>  - Android version 2.2
>>>  - IOS 4.3
>>>
>>> I made "traffic information map" using google map API v3. but I can't
>>> see Korea detail base map on my test phone.
>>>
>>> If I access my page on desktop or ipad, I can see Korea detail
>>> basemap
>>> but I can't on my smart phone.
>>>
>>> How can I do? My page could access Korea detail map using ver 3.0
>>> last
>>> month. but now my page can't access Korea detail map
>>>
>>> Thank you.
>>>
>>> --
>>> 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.
>>>
>>>
>> --
>> 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.
>>
>
>
>
> --
>
> =
>
> (주)에스엘솔루션 대표이사 차 효 준
> justeen@gmail.com
>>

Re: [Google Maps API v3] I can't access Korea detail basemap on android and iphone

2011-08-30 Thread Andres Ferrate
Are you sure the URL you provided is correct?  I cannot access it.

Also, please send the specific string that you're using to reference the JS
Maps API, something similar to:

http://maps.googleapis.com/maps/api/js?v=3.4&sensor=true

-Andres


On Tue, Aug 30, 2011 at 8:53 PM, hyojoon cha  wrote:

> And I have one more question. I think Google Map API version tag parameter
> is not working.
>
> About one week ago, maybe version 3.3, I had same problem. so I changed
> version to 3.0. At that time I could access South Korea road map(detail base
> map). But from last Monday maybe, Google map do not provide South Korea road
> map.
>
> Actually, I think Google Map provide South Korea road map. I mean when I
> access my map site, I can see South Korea road map first. but grey color
> layer covered(overlaped) it.
>
> I think this layer is provided by Google US server
>
> As you know, Korea base map data is located in Google Korea not Google US.
> so I think, Because my mobile site already get Korea base map from Google
> Korea, Google map API do not need call Korea data from Google US server.
>
> I hope you can solve my problem. please help me. Thank you.
>
>
>
>
> 2011년 8월 31일 오후 12:35, hyojoon cha 님의 말:
>
> sorry, here is my mobile map site URL.
>>
>> http://61.43.91.122:1002/mltm/map
>>
>> and I used version 3.0, 3.1 3.3 and 3.6. but all version has same
>> problem.
>>
>> Thank you for your response.
>>
>> 2011년 8월 31일 오후 12:11, Andres Ferrate 님의 말:
>>
>> Hyojoon,
>>>
>>> You did not include a link to your web site, only the sample map on code
>>> site.
>>>
>>> Also, which version are your specifying?
>>>
>>>
>>> http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning
>>>
>>> -Andres
>>>
>>>
>>> On Tue, Aug 30, 2011 at 6:30 PM, hyojoon cha wrote:
>>>
 Hi Andres. Thank you for your reponse.

 Here is my map address. You have to access this page on android or
 iphone 4 mobile phone.

 If you access this page on your desktop, you can see detail road map of
 South Korea, but If you do this page on your mobile phone, you can see only
 grey color map not include detail road map.

 and you also see this situation on
 http://code.google.com/intl/ko-KR/apis/maps/documentation/javascript/

 This page is Goolge map API V3 homepage. You can see mobile map page at
 center of this page. If you pan to South Korea and chagne map optioin(turn
 off check box, territory), you can see only grey color map not include
 detail road map.

 Thank you. I hope your fast response. I am very hurry.

 2011/8/31 Andres Ferrate 

> Hyojoon,
>
> Can you provide a link to your map page?
>
> Thanks,
>
> Andres
>
>
> On Mon, Aug 29, 2011 at 9:16 PM, hyojoon cha wrote:
>
>> Hi. I am mobile map develper on android and iphone.
>>
>> My test phone version is below
>>  - Android version 2.2
>>  - IOS 4.3
>>
>> I made "traffic information map" using google map API v3. but I can't
>> see Korea detail base map on my test phone.
>>
>> If I access my page on desktop or ipad, I can see Korea detail basemap
>> but I can't on my smart phone.
>>
>> How can I do? My page could access Korea detail map using ver 3.0 last
>> month. but now my page can't access Korea detail map
>>
>> Thank you.
>>
>> --
>> 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.
>>
>>
> --
> 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.
>



 --

 =

 (주)에스엘솔루션 대표이사 차 효 준
 justeen@gmail.com
 070-4354-4900
 010-9479-1269

  --
 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.

>>>
>>>  --
>>> You received this

Re: [Google Maps API v3] I can't access Korea detail basemap on android and iphone

2011-08-30 Thread hyojoon cha
And I have one more question. I think Google Map API version tag parameter
is not working.

About one week ago, maybe version 3.3, I had same problem. so I changed
version to 3.0. At that time I could access South Korea road map(detail base
map). But from last Monday maybe, Google map do not provide South Korea road
map.

Actually, I think Google Map provide South Korea road map. I mean when I
access my map site, I can see South Korea road map first. but grey color
layer covered(overlaped) it.

I think this layer is provided by Google US server

As you know, Korea base map data is located in Google Korea not Google US.
so I think, Because my mobile site already get Korea base map from Google
Korea, Google map API do not need call Korea data from Google US server.

I hope you can solve my problem. please help me. Thank you.




2011년 8월 31일 오후 12:35, hyojoon cha 님의 말:

> sorry, here is my mobile map site URL.
>
> http://61.43.91.122:1002/mltm/map
>
> and I used version 3.0, 3.1 3.3 and 3.6. but all version has same problem.
>
> Thank you for your response.
>
> 2011년 8월 31일 오후 12:11, Andres Ferrate 님의 말:
>
> Hyojoon,
>>
>> You did not include a link to your web site, only the sample map on code
>> site.
>>
>> Also, which version are your specifying?
>>
>>
>> http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning
>>
>> -Andres
>>
>>
>> On Tue, Aug 30, 2011 at 6:30 PM, hyojoon cha wrote:
>>
>>> Hi Andres. Thank you for your reponse.
>>>
>>> Here is my map address. You have to access this page on android or iphone
>>> 4 mobile phone.
>>>
>>> If you access this page on your desktop, you can see detail road map of
>>> South Korea, but If you do this page on your mobile phone, you can see only
>>> grey color map not include detail road map.
>>>
>>> and you also see this situation on
>>> http://code.google.com/intl/ko-KR/apis/maps/documentation/javascript/
>>>
>>> This page is Goolge map API V3 homepage. You can see mobile map page at
>>> center of this page. If you pan to South Korea and chagne map optioin(turn
>>> off check box, territory), you can see only grey color map not include
>>> detail road map.
>>>
>>> Thank you. I hope your fast response. I am very hurry.
>>>
>>> 2011/8/31 Andres Ferrate 
>>>
 Hyojoon,

 Can you provide a link to your map page?

 Thanks,

 Andres


 On Mon, Aug 29, 2011 at 9:16 PM, hyojoon cha wrote:

> Hi. I am mobile map develper on android and iphone.
>
> My test phone version is below
>  - Android version 2.2
>  - IOS 4.3
>
> I made "traffic information map" using google map API v3. but I can't
> see Korea detail base map on my test phone.
>
> If I access my page on desktop or ipad, I can see Korea detail basemap
> but I can't on my smart phone.
>
> How can I do? My page could access Korea detail map using ver 3.0 last
> month. but now my page can't access Korea detail map
>
> Thank you.
>
> --
> 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.
>
>
 --
 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.

>>>
>>>
>>>
>>> --
>>>
>>> =
>>>
>>> (주)에스엘솔루션 대표이사 차 효 준
>>> justeen@gmail.com
>>> 070-4354-4900
>>> 010-9479-1269
>>>
>>>  --
>>> 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.
>>>
>>
>>  --
>> 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.
>>
>
>
>
> --
>
> =

Re: [Google Maps API v3] I can't access Korea detail basemap on android and iphone

2011-08-30 Thread hyojoon cha
sorry, here is my mobile map site URL.

http://61.43.91.122:1002/mltm/map

and I used version 3.0, 3.1 3.3 and 3.6. but all version has same problem.

Thank you for your response.

2011년 8월 31일 오후 12:11, Andres Ferrate 님의 말:

> Hyojoon,
>
> You did not include a link to your web site, only the sample map on code
> site.
>
> Also, which version are your specifying?
>
>
> http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning
>
> -Andres
>
>
> On Tue, Aug 30, 2011 at 6:30 PM, hyojoon cha wrote:
>
>> Hi Andres. Thank you for your reponse.
>>
>> Here is my map address. You have to access this page on android or iphone
>> 4 mobile phone.
>>
>> If you access this page on your desktop, you can see detail road map of
>> South Korea, but If you do this page on your mobile phone, you can see only
>> grey color map not include detail road map.
>>
>> and you also see this situation on
>> http://code.google.com/intl/ko-KR/apis/maps/documentation/javascript/
>>
>> This page is Goolge map API V3 homepage. You can see mobile map page at
>> center of this page. If you pan to South Korea and chagne map optioin(turn
>> off check box, territory), you can see only grey color map not include
>> detail road map.
>>
>> Thank you. I hope your fast response. I am very hurry.
>>
>> 2011/8/31 Andres Ferrate 
>>
>>> Hyojoon,
>>>
>>> Can you provide a link to your map page?
>>>
>>> Thanks,
>>>
>>> Andres
>>>
>>>
>>> On Mon, Aug 29, 2011 at 9:16 PM, hyojoon cha wrote:
>>>
 Hi. I am mobile map develper on android and iphone.

 My test phone version is below
  - Android version 2.2
  - IOS 4.3

 I made "traffic information map" using google map API v3. but I can't
 see Korea detail base map on my test phone.

 If I access my page on desktop or ipad, I can see Korea detail basemap
 but I can't on my smart phone.

 How can I do? My page could access Korea detail map using ver 3.0 last
 month. but now my page can't access Korea detail map

 Thank you.

 --
 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.


>>> --
>>> 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.
>>>
>>
>>
>>
>> --
>>
>> =
>>
>> (주)에스엘솔루션 대표이사 차 효 준
>> justeen@gmail.com
>> 070-4354-4900
>> 010-9479-1269
>>
>>  --
>> 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.
>>
>
>  --
> 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.
>



-- 

=

(주)에스엘솔루션 대표이사 차 효 준
justeen@gmail.com
070-4354-4900
010-9479-1269

-- 
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.



Re: [Google Maps API v3] I can't access Korea detail basemap on android and iphone

2011-08-30 Thread Andres Ferrate
Hyojoon,

You did not include a link to your web site, only the sample map on code
site.

Also, which version are your specifying?

http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning

-Andres


On Tue, Aug 30, 2011 at 6:30 PM, hyojoon cha  wrote:

> Hi Andres. Thank you for your reponse.
>
> Here is my map address. You have to access this page on android or iphone 4
> mobile phone.
>
> If you access this page on your desktop, you can see detail road map of
> South Korea, but If you do this page on your mobile phone, you can see only
> grey color map not include detail road map.
>
> and you also see this situation on
> http://code.google.com/intl/ko-KR/apis/maps/documentation/javascript/
>
> This page is Goolge map API V3 homepage. You can see mobile map page at
> center of this page. If you pan to South Korea and chagne map optioin(turn
> off check box, territory), you can see only grey color map not include
> detail road map.
>
> Thank you. I hope your fast response. I am very hurry.
>
> 2011/8/31 Andres Ferrate 
>
>> Hyojoon,
>>
>> Can you provide a link to your map page?
>>
>> Thanks,
>>
>> Andres
>>
>>
>> On Mon, Aug 29, 2011 at 9:16 PM, hyojoon cha wrote:
>>
>>> Hi. I am mobile map develper on android and iphone.
>>>
>>> My test phone version is below
>>>  - Android version 2.2
>>>  - IOS 4.3
>>>
>>> I made "traffic information map" using google map API v3. but I can't
>>> see Korea detail base map on my test phone.
>>>
>>> If I access my page on desktop or ipad, I can see Korea detail basemap
>>> but I can't on my smart phone.
>>>
>>> How can I do? My page could access Korea detail map using ver 3.0 last
>>> month. but now my page can't access Korea detail map
>>>
>>> Thank you.
>>>
>>> --
>>> 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.
>>>
>>>
>> --
>> 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.
>>
>
>
>
> --
>
> =
>
> (주)에스엘솔루션 대표이사 차 효 준
> justeen@gmail.com
> 070-4354-4900
> 010-9479-1269
>
>  --
> 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.
>

-- 
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.



Re: [Google Maps API v3] I can't access Korea detail basemap on android and iphone

2011-08-30 Thread hyojoon cha
Hi Andres. Thank you for your reponse.

Here is my map address. You have to access this page on android or iphone 4
mobile phone.

If you access this page on your desktop, you can see detail road map of
South Korea, but If you do this page on your mobile phone, you can see only
grey color map not include detail road map.

and you also see this situation on
http://code.google.com/intl/ko-KR/apis/maps/documentation/javascript/

This page is Goolge map API V3 homepage. You can see mobile map page at
center of this page. If you pan to South Korea and chagne map optioin(turn
off check box, territory), you can see only grey color map not include
detail road map.

Thank you. I hope your fast response. I am very hurry.

2011/8/31 Andres Ferrate 

> Hyojoon,
>
> Can you provide a link to your map page?
>
> Thanks,
>
> Andres
>
>
> On Mon, Aug 29, 2011 at 9:16 PM, hyojoon cha wrote:
>
>> Hi. I am mobile map develper on android and iphone.
>>
>> My test phone version is below
>>  - Android version 2.2
>>  - IOS 4.3
>>
>> I made "traffic information map" using google map API v3. but I can't
>> see Korea detail base map on my test phone.
>>
>> If I access my page on desktop or ipad, I can see Korea detail basemap
>> but I can't on my smart phone.
>>
>> How can I do? My page could access Korea detail map using ver 3.0 last
>> month. but now my page can't access Korea detail map
>>
>> Thank you.
>>
>> --
>> 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.
>>
>>
> --
> 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.
>



-- 

=

(주)에스엘솔루션 대표이사 차 효 준
justeen@gmail.com
070-4354-4900
010-9479-1269

-- 
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: How to know if a route intersects a point?

2011-08-30 Thread geocode...@gmail.com
On Aug 30, 12:08 pm, Warchangel  wrote:
> Hello,
> I am using API V3 and I'm finding some difficulties trying to discover if a
> point is on a route.
> My problem is the following:
> I have two entities: a route (DirectionsRoute) and a point (LatLng);
> And I need to know if the point is in the route = D
>
> Is there an easy way to do this check?
>
> I have not found anything like this in the documentation for directions, only
> for rectangles.

Not a function of the directions service.  The best you can probably
do is find the distance of the point from the polyline returned by the
directions service, then set a threshold for "on the route" and detect
when the point is closer than that to the route.

I suppose you could try using that point as a waypoint in the route
and try to see how much the route changes, but that wouldn't be very
reliable.

  -- Larry

>
> Thank you
> Warchangel

-- 
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: Grey map when adding marker in Chrome beta

2011-08-30 Thread Adrian CDL
I don't see this with fullscreen examples. Seems to do with smaller
maps



On Aug 30, 10:18 pm, Adrian CDL  wrote:
> This is imageshack link to what I see after clicking on the map with
> the example link shown above
>
> http://bit.ly/ocRiff
>
> There is nothing more minimal to show.. Its just add a marker to a map
> automatically or with user input and it goes grey. No marker - no
> grey. Extra markers do not make a difference
>
> I opened the Inspect Element panel and strangely the grey swapped, so
> top of the map was normal again but bottom 20% was now grey. Can't see
> a div in Inspect Element which matches the grey area
>
> I wonder if it is a graphics card issue. I have no graphics card, it
> is a Intel Core Duo 2 E8200 with G33/G31 Express Chipset. Is Chrome 14
> doing something clever with graphics?
>
> On Aug 30, 3:14 am, Chris Broadfoot  wrote:
>
>
>
>
>
>
>
> > I can't reproduce this. Can you create a minimal example that demonstrates
> > the problem without user input?
>
> > I tried to reproduce this using Windows 7 using the exact same version of
> > Chrome.
>
> > --http://twitter.com/broady
>
> > On Tue, Aug 30, 2011 at 12:38 AM, Adrian CDL 
> > wrote:
>
> > > Version 14.0.835.109 on Windows 7
>
> > > Its not consistent either, different locations produce a different
> > > level of grey background.
>
> > > On Aug 28, 11:13 am, James McGill  wrote:
> > > > Hi Adrian,
>
> > > > Can you specify which version of Chrome you mean (click Spanner ->
> > > > About Google Chrome) as well as which operating system?
>
> > > > Regards,
> > > > James
>
> > > > On Sun, Aug 28, 2011 at 5:42 AM, Adrian CDL 
> > > wrote:
> > > > >http://gmaps-samples-v3.googlecode.com/svn/trunk/drivingdirections/di.
> > > ..
>
> > > > > With the latest Chrome, click on the map to create a marker. The top
> > > > > 80% of the background will go grey
>
> > > > > --
> > > > > 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 athttp://
> > > groups.google.com/group/google-maps-js-api-v3?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.

-- 
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: Grey map when adding marker in Chrome beta

2011-08-30 Thread Adrian CDL
This is imageshack link to what I see after clicking on the map with
the example link shown above

http://bit.ly/ocRiff

There is nothing more minimal to show.. Its just add a marker to a map
automatically or with user input and it goes grey. No marker - no
grey. Extra markers do not make a difference

I opened the Inspect Element panel and strangely the grey swapped, so
top of the map was normal again but bottom 20% was now grey. Can't see
a div in Inspect Element which matches the grey area

I wonder if it is a graphics card issue. I have no graphics card, it
is a Intel Core Duo 2 E8200 with G33/G31 Express Chipset. Is Chrome 14
doing something clever with graphics?




On Aug 30, 3:14 am, Chris Broadfoot  wrote:
> I can't reproduce this. Can you create a minimal example that demonstrates
> the problem without user input?
>
> I tried to reproduce this using Windows 7 using the exact same version of
> Chrome.
>
> --http://twitter.com/broady
>
> On Tue, Aug 30, 2011 at 12:38 AM, Adrian CDL 
> wrote:
>
>
>
>
>
>
>
> > Version 14.0.835.109 on Windows 7
>
> > Its not consistent either, different locations produce a different
> > level of grey background.
>
> > On Aug 28, 11:13 am, James McGill  wrote:
> > > Hi Adrian,
>
> > > Can you specify which version of Chrome you mean (click Spanner ->
> > > About Google Chrome) as well as which operating system?
>
> > > Regards,
> > > James
>
> > > On Sun, Aug 28, 2011 at 5:42 AM, Adrian CDL 
> > wrote:
> > > >http://gmaps-samples-v3.googlecode.com/svn/trunk/drivingdirections/di.
> > ..
>
> > > > With the latest Chrome, click on the map to create a marker. The top
> > > > 80% of the background will go grey
>
> > > > --
> > > > 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 athttp://
> > groups.google.com/group/google-maps-js-api-v3?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.

-- 
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] How to know if a route intersects a point?

2011-08-30 Thread Warchangel
Hello,
I am using API V3 and I'm finding some difficulties trying to discover if a 
point is on a route.
My problem is the following:
I have two entities: a route (DirectionsRoute) and a point (LatLng);
And I need to know if the point is in the route = D

Is there an easy way to do this check?

I have not found anything like this in the documentation for directions, only 
for rectangles.

Thank you
Warchangel

-- 
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/-/ep-zP2Wbo_EJ.
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] What is the best way to determine the current (pixel) position of the InfoWindow on the web page?

2011-08-30 Thread john byrne
I am trying to discover the (pixel) location of the (single)
infoWindow, on the web page.  Lets assume the only item on the web
page is the map.

I've created a  with a particular ID in the infoWindow:

  var infoWindowOptions =  {
content: '' +
   '' + description + '',
   pixelOffset: new google.maps.Size(0, 2)
};


and tried the normal mechanism to calculate the location of that div
on the web page.

  videoSpace = getPos(document.getElementById('tadd-videoF'));

  function getPos(obj){
var topValue= 0,leftValue= 0;
while(obj){
  leftValue+= obj.offsetLeft;
  topValue+= obj.offsetTop;
  obj= obj.offsetParent;
}
   return {x: leftValue,y: topValue};
  }


However, the offset calculated using the above technique for the
location of 'tadd-videoF' is always the same, even as I pan or move
the map (note: the infoWindow moves as well, and can even be moved off
of the page).  Further, if the infoWindow initially caused the map to
autopan, then the offset calculated by getPos() above isn't even
accurate.

What is the best way to determine the current (pixel) position of the
InfoWindow on the web page?

JB

-- 
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.



Re: [Google Maps API v3] I can't access Korea detail basemap on android and iphone

2011-08-30 Thread Andres Ferrate
Hyojoon,

Can you provide a link to your map page?

Thanks,

Andres


On Mon, Aug 29, 2011 at 9:16 PM, hyojoon cha  wrote:

> Hi. I am mobile map develper on android and iphone.
>
> My test phone version is below
>  - Android version 2.2
>  - IOS 4.3
>
> I made "traffic information map" using google map API v3. but I can't
> see Korea detail base map on my test phone.
>
> If I access my page on desktop or ipad, I can see Korea detail basemap
> but I can't on my smart phone.
>
> How can I do? My page could access Korea detail map using ver 3.0 last
> month. but now my page can't access Korea detail map
>
> Thank you.
>
> --
> 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.
>
>

-- 
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.



Re: [Google Maps API v3] Re: 2011/8/17 - New Release (3.6)

2011-08-30 Thread Barry Hunter
Try setting optimized to false in the marker options

http://code.google.com/apis/maps/documentation/javascript/reference.html#MarkerOptions



On Tue, Aug 30, 2011 at 6:56 PM, Robert Aspinall  wrote:
> Map markers in Internet Explorer broke.  I've attached a picture.  It
> happens for the standard map markers too.  How would we have known to check
> for this in future versions?  This is not the sort of thing you'd expect to
> break between versions, when it's been functioning fine for years (both
> under API v2 and v3).
>
>
> --
> 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/-/lBXrVthWuREJ.
> 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.
>

-- 
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.



Re: [Google Maps API v3] Re: 2011/8/17 - New Release (3.6)

2011-08-30 Thread Andres Ferrate
Robert,

Can you provide a link to your map?

Thanks,

Andres


On Tue, Aug 30, 2011 at 10:56 AM, Robert Aspinall wrote:

> Map markers in Internet Explorer broke.  I've attached a picture.  It
> happens for the standard map markers too.  How would we have known to check
> for this in future versions?  This is not the sort of thing you'd expect to
> break between versions, when it's been functioning fine for years (both
> under API v2 and v3).
>
>
>
>  --
> 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/-/lBXrVthWuREJ.
>
> 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.
>

-- 
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: KML sidebar and info window

2011-08-30 Thread JFrancis
Since you have the  node declared and populated with
, have you tried adding the
information to the node as HTML, like this?



JF

-- 
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.



Re: [Google Maps API v3] Re: 2011/8/17 - New Release (3.6)

2011-08-30 Thread Robert Aspinall
Map markers in Internet Explorer broke.  I've attached a picture.  It 
happens for the standard map markers too.  How would we have known to check 
for this in future versions?  This is not the sort of thing you'd expect to 
break between versions, when it's been functioning fine for years (both 
under API v2 and v3).


-- 
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/-/lBXrVthWuREJ.
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.

<>

Re: [Google Maps API v3] Re: KML sidebar and info window

2011-08-30 Thread Barry Hunter
On Tue, Aug 30, 2011 at 6:43 PM, geocode...@gmail.com
 wrote:
> On Aug 30, 7:19 am, "luke.whitwo...@cranfield.ac.uk"
>  wrote:
>> Hi all,
>>
>> I'm very very new to this, but am trying to build a campus map that
>> shows info (e.g. buildings) overlayed on a map as well as a list that
>> can be used to select from.
>>
>> I'm getting close to what I want here:
>>
>> http://www.som.cranfield.ac.uk/som/map/luke5.aspx
>>
>> All the information is being pulled from a KML file, with certain
>> information being extracted via jquery to build the clickable list.
>> The last part which I'm really struggling with is is to get the info
>> window for the item that has been clicked on to display automatically
>> with the name an description text held in the kml.  I've searched high
>> and low, but am man enough to admit when I've hit my limits!!
>
> I don't think you can do it with KmlLayer (I think there is an
> outstanding feature request).

Its not using KmlLayer. The KML feed is parsed with custom code, on jQuery


With that out of the way.

easiest would be just to store, the title/description in an array
(like you do with the coordinates)

Then the click event can also open an info window.

The documentation, has same sample code:
http://code.google.com/apis/maps/documentation/javascript/overlays.html#InfoWindows
shows how to open an info window.

In that case its creating the window and making it open when the
marker is clicked.

You can just create it and open it directly in the click event you
have on the LI's

-- 
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: KML sidebar and info window

2011-08-30 Thread geocode...@gmail.com
On Aug 30, 10:43 am, "geocode...@gmail.com" 
wrote:
> On Aug 30, 7:19 am, "luke.whitwo...@cranfield.ac.uk"
>
>
>
>  wrote:
> > Hi all,
>
> > I'm very very new to this, but am trying to build a campus map that
> > shows info (e.g. buildings) overlayed on a map as well as a list that
> > can be used to select from.
>
> > I'm getting close to what I want here:
>
> >http://www.som.cranfield.ac.uk/som/map/luke5.aspx
>
> > All the information is being pulled from a KML file, with certain
> > information being extracted via jquery to build the clickable list.
> > The last part which I'm really struggling with is is to get the info
> > window for the item that has been clicked on to display automatically
> > with the name an description text held in the kml.  I've searched high
> > and low, but am man enough to admit when I've hit my limits!!
>
> I don't think you can do it with KmlLayer (I think there is an
> outstanding feature request).
> Options that I can think of:
> 1. use geoxml3 (third party parser):

http://www.geocodezip.com/geoxml3_test/votemap_sidebar.html

> (will have performance problems for complex kml)
>
> 2. import your kml into FusionTables and use a GViz query to get the
> data from the table so you can open the infowindow:

http://www.geocodezip.com/geoxml3_test/v3_FusionTables_Watershed_Stew...

An example using your kml and geoxml3:
http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmltest_linktoB.html?filename=http://www.geocodezip.com/xmlProxy060215.asp?http://www.som.cranfield.ac.uk/som/map/buildings.kml

   -- Larry


>
> > Thanks in advance,
>
> > Luke
>
>

-- 
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: KML sidebar and info window

2011-08-30 Thread geocode...@gmail.com
On Aug 30, 7:19 am, "luke.whitwo...@cranfield.ac.uk"
 wrote:
> Hi all,
>
> I'm very very new to this, but am trying to build a campus map that
> shows info (e.g. buildings) overlayed on a map as well as a list that
> can be used to select from.
>
> I'm getting close to what I want here:
>
> http://www.som.cranfield.ac.uk/som/map/luke5.aspx
>
> All the information is being pulled from a KML file, with certain
> information being extracted via jquery to build the clickable list.
> The last part which I'm really struggling with is is to get the info
> window for the item that has been clicked on to display automatically
> with the name an description text held in the kml.  I've searched high
> and low, but am man enough to admit when I've hit my limits!!

I don't think you can do it with KmlLayer (I think there is an
outstanding feature request).
Options that I can think of:
1. use geoxml3 (third party parser):
http://www.geocodezip.com/geoxml3_test/votemap_sidebar.html
(will have performance problems for complex kml)

2. import your kml into FusionTables and use a GViz query to get the
data from the table so you can open the infowindow:
http://www.geocodezip.com/geoxml3_test/v3_FusionTables_Watershed_Stewards_Map_sidebar2.html

  -- Larry

>
> Thanks in advance,
>
> Luke

-- 
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] KML sidebar and info window

2011-08-30 Thread luke.whitwo...@cranfield.ac.uk
Hi all,

I'm very very new to this, but am trying to build a campus map that
shows info (e.g. buildings) overlayed on a map as well as a list that
can be used to select from.

I'm getting close to what I want here:

http://www.som.cranfield.ac.uk/som/map/luke5.aspx

All the information is being pulled from a KML file, with certain
information being extracted via jquery to build the clickable list.
The last part which I'm really struggling with is is to get the info
window for the item that has been clicked on to display automatically
with the name an description text held in the kml.  I've searched high
and low, but am man enough to admit when I've hit my limits!!

Thanks in advance,

Luke

-- 
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] Places Library - Experimental Status

2011-08-30 Thread Daman
Hi, I was planning on using the Places Library for a javascript project for 
our firm, since it does exactly what we want. I noticed that the library has 
a "Experimental" status which according to the text within FAQ's means that 
the library could be discontinued anytime. That makes me nervous, since we 
cannot have that section of the project malfunction without notice.
Was wondering if somebody from the Google team can provide an update about 
this library's roadmap and whether it would be prudent to look for other 
options.

Thx

-- 
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/-/vG_ee0eDwKwJ.
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: Ads channel ID with API V3 AdSense Library

2011-08-30 Thread Mundio
A big thanks !

It works using 'channelNumber', ad requests are now displayed in my
AdSense account.
I would suggest to add a note to the Adsense Library doc page
http://code.google.com/intl/en/apis/maps/documentation/javascript/advertising.html

Again, thanks for the answer.

Mundio

On 26 ago, 20:23, Andres Ferrate  wrote:
> Mundio,
>
> Per the documentation, I believe the property name is "channelNumber" not
> "channel":
>
> http://code.google.com/apis/maps/documentation/javascript/reference.h...
>
> Try changing your code to use channelNumber and see if that yields the
> expected results.
>
> -Andres
>
>
>
>
>
>
>
> On Fri, Aug 26, 2011 at 2:35 AM, Mundio  wrote:
> > Anyone could please answer if this way to set a channel is the right
> > one?
>
> >    var adUnitOptions = {
> >      format: google.maps.adsense.AdFormat.WIDE_SKYSCRAPER,
> >      position: google.maps.ControlPosition.TOP_LEFT,
> >      map: map,
> >      visible: true,
> >      publisherId: 'my Adsesne ID',
> >      channel: 'channel ID'
> >    }
>
> > Greetings
> > Mundio
>
> > On 24 ago, 10:36, Mundio  wrote:
> > > Hi, I need your help, please:
>
> > > I am using a simple code for Google Maps V3, I am also using my
> > > AdSense ID, the question is why I cannot see block reports  in my
> > > AdSense account, why I do not display any "ad Request"?
>
> > > Look at this page:
> >http://www.tiendasinformatica.info/mediamarkt/albacete.html
>
> > > That is the code I am using, is it correct to set cannel this way?
> > >   var adUnitOptions = {
> > >     format: google.maps.adsense.AdFormat.WIDE_SKYSCRAPER,
> > >     position: google.maps.ControlPosition.TOP_LEFT,
> > >     map: map,
> > >     visible: true,
> > >     publisherId: 'my Adsesne ID,
> > >     channel: 'channel ID'
> > >   }
>
> > > Thanks in advance for the answer
> > > Mundio
>
> > --
> > 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.

-- 
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: Repositioning map controlers

2011-08-30 Thread Jeremy
No styling was working for me, but my problem was array order, but I have it 
fixed now.

I had assumed incorrectly that the controls were in the LEFT_TOP or TOP_LEFT 
positions, but they are not. I needed to explicitly position these elements 
into the LEFT_TOP first, and then push my image file into the TOP_Left:

map = new google.maps.Map(document.getElementById("map"), 
{streetViewControlOptions:{position:google.maps.ControlPosition.LEFT_TOP}, 
zoomControlOptions:{position:google.maps.ControlPosition.LEFT_TOP}, ...});

var file = document.createElement("DIV");
file.innerHTML = "";
map.controls[google.maps.ControlPosition.TOP_LEFT].push(file);

It works great now, and I'm very happy that its done the proper way, as 
opposed to the hack I made before. Thank you everyone for your help and 
support. Now I'm off to push a couple more elements into the map the proper 
way. Thanks.

-- 
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/-/DNNXyI8QfaIJ.
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: please check south korea detail map(road map)

2011-08-30 Thread geocode...@gmail.com
On Aug 29, 9:47 pm, hyojoon cha  wrote:
> http://code.google.com/intl/us-US/apis/maps/documentation/javascript/
>
> above URL is Google Maps JavaScript API V3 home page. please check
> South Korea Map. If you zoom in, you can't access South Korea road
> map(detail map), maybe you can see only glay color layer instead of
> road map. But China, Japan map is working.
>
> Please fix this bug ASAP. I have to finish this project by this week.
> I need your help. Thank you

See (and star) this issue:
http://code.google.com/p/gmaps-api-issues/issues/detail?id=3413

  -- Larry

-- 
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: Print sidebar but not map

2011-08-30 Thread Esa
In your html


Attribute media="screen" makes that you don't have any css rules for
print. Delete the attribute and you will have similar CSS for screen
and printing.

-- 
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: Print sidebar but not map

2011-08-30 Thread Fred Weaver
Tried that too. My workaround was to add a "Print" button that
referenced a page with only the map on it.

See http://webdesign.fredweaver.biz/CycleFest/
In V2 I did not have this problem. Although I did place the sidebar
and the map inside a table, now I'm using  for the sidebar with a
table inside it, hmmm.

On Aug 26, 1:30 am, Andrew C Leach  wrote:
> You used CSS with media="screen" which does not include printed output. You 
> need to have a media="print" specification, or separate out some directives 
> into media="all". -- Sent from my phone. Sorry for brevity and any formatting 
> oddities.
>
>
>
>
>
>
>
> -Original Message-
> From: Fred Weaver
> Sent: 26 August 2011 03:32
> To: Google Maps JavaScript API v3
> Subject: [Google Maps API v3] Re: Print sidebar but not map
>
> css sized the map_canvas
>
> #map_canvas {
>         padding: 50px;
>         float: right;
>         height: 800px;
>         width: 500px;
>         border-top-width: 1px;
>         border-right-width: 1px;
>         border-bottom-width: 1px;
>         border-left-width: 1px;
>         border-top-color: #000;
>         border-right-color: #000;
>         border-bottom-color: #000;
>         border-left-color: #000;
> }
>
> On Aug 25, 9:48 am, Andrew Leach  wrote:
> > On 25 August 2011 12:46, Fred Weaver  wrote:
>
> > > Site:http://webdesign.fredweaver.biz/CycleFest/
>
> > > When I print the page it only prints the sidebar and does not include the
> > > map.
>
> > Your css does not include a size for the map when media="print", so
> > it's been given a zero size.
>
> --
> 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 
> athttp://groups.google.com/group/google-maps-js-api-v3?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] Maps v3 + GWT using JSNI - Map showing problem -

2011-08-30 Thread Alberto
Hi everybody!
I need to use maps v3 API with GWT, but I've a problem on map
showing.
I created a custom map (with a custom image) in this way:
***
*
public class MapContainer{
public native JavaScriptObject creaImageMap(Element e, String
path, String imageName, int zoomMax, int zoomStart, boolean navMap,
boolean draggable, boolean zooming, boolean controls) /*-{
function ImageProjection() {};
ImageProjection.prototype.fromLatLngToPoint = function(latlng)
{
var origine=256/2;
var pplon=256/360.0;
var pplat=256/180.0;
var x=Math.round(((origine)+
(latlng.lng()*pplon)));
var y=Math.round(((origine)-
(latlng.lat()*pplat)));
return new $wnd.google.maps.Point(x, y);
};
ImageProjection.prototype.fromPointToLatLng = function(point)
{
var origine=256/2;
var glonpp=360/(256);
var glatpp=180/(256);
var lat=((origine)-point.y)*(glatpp);
var lon=(((-1)*(origine))+point.x)*(glonpp);
return new $wnd.google.maps.LatLng(lat, lon);
};
var imageMap;
var imageMapType = new
$wnd.google.maps.ImageMapType({
getTileUrl: function(coord, zoom) {
var tiles = 1 << zoom;// è
equivalente a 2^zoom
// Don't wrap tiles
if (coord.y < 0 || coord.y >= tiles)
{
return null;
}
if (coord.x < 0 || coord.x >= tiles)
{
return null;
}
var x = coord.x;
var y=coord.y;
var nome="t";
for(k=0;khttp://groups.google.com/group/google-maps-js-api-v3?hl=en.