hi

Nice Tutorials..I had a question to ask..Is it possible to put TTS codes when tapping a marker in a map?
Like this one:

@Override
protected boolean onTap(final int index) {
tts.speak("Landmark Indicator", TextToSpeech.QUEUE_ADD, null);

i tried this one but there is no output in my program..do u have an idea regarding this matter?


Thanks in advance...