-
public class KmlUtilUtility methods for KML
-
-
Method Summary
Modifier and Type Method Description static StringsubstituteProperties(String template, KmlPlacemark placemark)Substitute property values in BalloonStyle text template -
-
Method Detail
-
substituteProperties
static String substituteProperties(String template, KmlPlacemark placemark)
Substitute property values in BalloonStyle text template
- Parameters:
template- text templateplacemark- placemark to get property values from
-
-
-
-