Re: [Google Maps API v2] Re: How To Get Longitude and Latitude Values in Pixel For Context Menu??

2011-09-08 Thread syed raza
Andrew how would i post the page ? how would i host that page that is running and i want to change in it which is not working to give required result ? i have posted my code is absolutely correct i have checked it also ! hopes for your suggestions ! -- You received this message because you ar

[Google Maps API v2] Re: How To Get Longitude and Latitude Values in Pixel For Context Menu??

2011-09-07 Thread syed raza
@Andrew check my first post of this thread i have attached my code there completely just change the marker in place of map and click event in place of single right click i have attached my function file chk it out Hopes for your suggestions -- You received this message because you are subscr

[Google Maps API v2] Re: How To Get Longitude and Latitude Values in Pixel For Context Menu??

2011-09-06 Thread syed raza
i have try to do it with marker i add listner for marker right click first of all single right click is not working for marker then i try it with click but when i click on marker it creates context menu on the top left corner ?? it is not getting the position of pixel for marker as i have used

[Google Maps API v2] Re: How To Add Custom Marker On Polyline Google Map Api V 2 C# Web App

2011-09-06 Thread syed raza
Thanks Rosko i have got it ! -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-api/-/2oLS4MyZw8sJ. To post to this group, send email to google-maps-api@goo

[Google Maps API v2] How To Get Longitude and Latitude Values in Pixel For Context Menu??

2011-09-05 Thread syed raza
Hi, i am using method that will create context menu on right click any where on the map my code is, function createContextMenu(map) { contextmenu = document.createElement("div"); contextmenu.style.visibility="hidden"; contextmenu.style.background="#ff"; contextme

[Google Maps API v2] Re: How To Add Custom Marker On Polyline Google Map Api V 2 C# Web App

2011-09-05 Thread syed raza
Rossko i wanna add custom icom on polyline but when i try to do it it wouls cretes icon aside by polyline not exactly on polyline what is the reason behind it ? how would i create icon exactly on polyline Regards, -Mohsin -- You received this message because you are subscribed to the Google

[Google Maps API v2] How To Add Custom Marker On Polyline Google Map Api V 2 C# Web App

2011-09-05 Thread syed raza
Hi, i have created polyline easily but when i create custom marker then how would i use my custom marker on polyline ?? my post is here in detail with example code, http://stackoverflow.com/questions/7306502/how-to-create-custom-marker-on-polyline-google-map-api-v-2-c-web-app Hopes for your Sug

[Google Maps API v2] Re: How To Change Polyline Color When Page refresg C# Web App Google Map V2

2011-08-29 Thread syed raza
Rossok, thanks for your reply there isn't any app for which you are asking for actually i simply want to change polyline color on page refresh i can change its color on click how would i change its color on page refresh can you please help me in code snippet .. hopes for your suggestions.

[Google Maps API v2] How To Change Polyline Color When Page refresg C# Web App Google Map V2

2011-08-29 Thread syed raza
Hi, http://stackoverflow.com/questions/7226543/how-to-run-if-and-else-block-of-code-alternatively-when-page-refresh-c-web-app http://stackoverflow.com/questions/7226255/what-condition-should-i-use-in-script-such-that-it-will-change-the-color-of-poyli these two posts make you clear my question...

[Google Maps API v2] Poly Line Set Color Option Not Working API V 2 Code attached

2011-08-18 Thread syed raza
i am trying to change the color of polyline on click but it color option not working resukting in error ... . GEvent.addListener(polyline, "click", function() {PolylineOptions({ strokeStyle: new StrokeStyle({color: 0xFF})}); i also try this, GEvent.addListener(polyline, "click", function()