I am trying to display Pin image (or any image) on Map of first Map
screen.
feedgroups.ini is as below.
[eastgreenwich]
title = "East Greenwich Maps"
center = "37.42222904525232,-122.0839597145766"
address = "1408 Division Road, East Greenwich, RI 02818"
description = "The brand-new addition to New England Tech, this
facility will eventually house most of the college's departments"
feeds-eastgreenwich.ini is as below
TITLE = "East GreenWich"
BASE_URL = DATA_DIR"/maps/KML_Samples.kml"
SEARCHABLE = 1
DEFAULT_ZOOM_LEVEL = 14
NEARBY_THRESHOLD = 500
NEARBY_ITEMS = 0
KML_Samples.kms is as below
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="
http://www.opengis.net/kml/2.2">
<Placemark>
<name>Simple placemark</name>
<description>Attached to the ground. Intelligently places itself
at the height of the underlying terrain.</description>
<Point>
<coordinates>-122.0822035425683,37.42228990140251,0</
coordinates>
</Point>
</Placemark>
</kml>
There is no pin image on Map when I click Map icon on home screen.
How can I display pin image on the Map?
(I can see pin image just when I click the link 'Simple placemark' on
List after the Map above.)