hi,Am using the MapContainer method addMarker nd passing the text but this text is not appearing on the Marker yet the Marker image is visible.Is there something that am missing here...
l = LocationManager.getLocationManager().getCurrentLocation(); Coord c = new Coord(l.getLatitude(), l.getLongitude()); mo = map.addMarker(ei, c, "Steve", "Steve", ac); -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAOfyKqYu_8Z03Pf5bg9sfLXnhOZUy5TfCTD78Z7E4htxzDH4RQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
