Package com.google.maps.android.data.kml
Class KmlUtil
- java.lang.Object
-
- com.google.maps.android.data.kml.KmlUtil
-
public class KmlUtil extends java.lang.ObjectUtility methods for KML
-
-
Constructor Summary
Constructors Constructor Description KmlUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringsubstituteProperties(java.lang.String template, KmlPlacemark placemark)Substitute property values in BalloonStyle text template
-
-
-
Method Detail
-
substituteProperties
public static java.lang.String substituteProperties(java.lang.String template, KmlPlacemark placemark)Substitute property values in BalloonStyle text template- Parameters:
template- text templateplacemark- placemark to get property values from- Returns:
- string with property values substituted
-
-