Java String Concatenation
I have a issue with my java code. i asked the same question yesterday. I got answer but sorry it was my fault. My question is not clear. I have code looks like this: for(i = 0; i < geo.getTargets().length ; i++ ) { if(geo.getTargets(i).getTargetType().equalsIgnoreCase("ProximityTarget")) { final ProximityTarget prox = (ProximityTarget)geo.getTargets(i); prox.getGeoPoint().getLatitudeInMicroDegrees(); prox.getGeoPoint().getLongitudeInMicroDegrees(); prox.getRadiusDistanceUnits(); } } The above three method will give me some values. I want these values to be place in this format: circle:long:lat