Hi there. I can't figure out what am i doing wrong with configuring a
URL with just 1 marker for my Google Map API for the location 46.78,
23.68. I'm getting the map but without the marker. I'm using J2ME on
Sun Wireless ToolKit emulator CLDC 2.5.2.

"http://maps.google.com/staticmap?center="; + latitude + "," +
longitude + "&format="
                        + format + 
"&markers=color:blue|label:R|46.78333333,23.68333333"
+   "&zoom=" + zoom + "&size=" + width + "x" + height + "&sensor=true"
+ "&key=" + apiKey;

Thanks in regards.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to