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
@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
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
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
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
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
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
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.
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...
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()
10 matches
Mail list logo