-
post a marker
Hi,
i just want to ask how can i draw a marker on the map?
when a map is downloaded, i need to draw a marker as the one that indicate my position in google maps for example.
my application download the map without showing my current position. so can anyone help me drawing the standard marker that appears usually?
any help will be appreciate.
thank you
-
Re: post a marker
Actually Google Maps can provide you such image: [url]http://code.google.com/intl/hu-HU/apis/maps/documentation/staticmaps/#Markers[/url]
-
Re: post a marker
hey thx for your reply, but my question is how can i add a marker without internet, the map that i have is a fixed map and i need to add markers in 2 position on the map.
is there anyway to add it using some code?
thank you for any help
-
Re: post a marker
Not unless you somwhow know exactly what coordinates the fixed map represents for each pixel position. Do you have such information?
-
Re: post a marker
yes, i have these information..i made a scale to my fixed map.. but i dont know how to add the marker.
is there any code to add for adding markers?
thx again for your help
-
Re: post a marker
Look for example code to modify/edit a bitmap, or how to show a partially transparent bitmap/overlay over another bitmap. In other words, you shouldn't look for code that has anything with maps and markers to do.
-
Re: post a marker
what i mean is there a code for markers? as for example this will draw a line: gc.DrawLine(TPoint(aX,aY),TPoint(bX,bY));
or should i overlay the pic of a marker over the map!?!?i am very confused.
Any help will be appreciate