Closed GoogleCodeExporter closed 9 years ago
Where does this cause an issue?
Under what conditions did you observe a difference in the behavior?
Original comment by geocodezip
on 28 Sep 2011 at 11:57
Thanks for the quick reply.
I have a custom placemark parser for the options passed to geoxml. This
parser sets the content for the placemark differently for mobile devices
options: {
pmParseFn: (function addAttributes (node, placemark) {
if (tisMobile)
placemark.description =
geoXML3.nodeValue(node.getElementsByTagName('description_Mobile')[0]);
}),
};
I was unable to get this custom description to display in the InfoWindow
until I made the change.
JB
Original comment by johnbyr...@gmail.com
on 29 Sep 2011 at 1:42
implemented revision #60
Please verify addresses your request.
Original comment by geocodezip
on 2 Oct 2011 at 2:07
Original issue reported on code.google.com by
johnbyr...@gmail.com
on 28 Sep 2011 at 2:16