Exam 10: Using Libraries and Their Apis: Speech Recognition and Maps

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

Some moveCamera and animateCamera methods of the GoogleMap class accept only one parameter. What is the data type of that parameter?

Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
Verified

A

What is not included in a CameraUpdate object?

Free
(Multiple Choice)
4.8/5
(32)
Correct Answer:
Verified

C

Not specifying the position of a marker or a circle when adding it to a map results in a __________________ at run time and stops the app.

Free
(Short Answer)
4.8/5
(40)
Correct Answer:
Verified

NullPointerException

Using the MarkerOptions class, we can add a title to a marker using the __________________ method.

(Short Answer)
4.9/5
(34)

A hash table is a data structure that maps keys to values; the class that encapsulates it uses generic types; the actual data types are specified at the time of ____________.

(Short Answer)
4.9/5
(32)

It is possible to display a map and draw a polygon on top of it.

(True/False)
4.8/5
(28)

The onBeginningOfSpeech method of the RecognitionListener interface is called when the user starts speaking; the __________________ method is called when the user stops speaking.

(Short Answer)
4.8/5
(37)

Using the MarkerOptions class, we can add a snippet to a marker using the ____________ method.

(Short Answer)
4.9/5
(51)

What is the name of the main class that encapsulates a camera move, such as a position change, zoom level change, or both?

(Multiple Choice)
4.7/5
(35)

The ____________ class encapsulates a location on Earth using its latitude and longitude.

(Short Answer)
4.9/5
(35)

The Android framework includes a template, Google Maps Activity, that creates skeleton code to display a map.

(True/False)
4.8/5
(29)

The Manifest.permission class includes constants to be used as values for the android:name attribute of the uses-permission element in the AndroidManifest.xml file. The constant to access the precise device location is ____________.

(Short Answer)
4.8/5
(34)

It is possible to display a map and select its type (terrain, satellite, etc.).

(True/False)
4.8/5
(43)

The Manifest.permission class includes constants to be used as values for the android:name attribute of the uses-permission element in the AndroidManifest.xml file. The constant to write to external storage is ____________.

(Short Answer)
4.8/5
(37)

It is possible to store an array of values mapped to a key in an Intent.

(True/False)
4.9/5
(42)

It is possible to move a map programmatically, without any user interaction.

(True/False)
4.7/5
(36)

A marker is always positioned at the center of a map.

(True/False)
4.8/5
(30)

__________________ is a constant from the RecognizerIntent class that we can use to start an Activity that asks the user to speak.

(Short Answer)
4.8/5
(34)

The ____________ method of the Context class returns a PackageManager reference.

(Short Answer)
4.9/5
(46)

What method of the Intent class do we call to put a value mapped to a key in an Intent?

(Multiple Choice)
4.8/5
(38)
Showing 1 - 20 of 33
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)