Solved

We Want to Add the Following Annotations to a Map

Question 77

Essay

We want to add the following annotations to a map (we have a GoogleMap reference named map): a title (HELLO) and a snippet (NICE). The annotations should be located at latitude 39.5 and longitude −75.3.
// map is a GoogleMap
MarkerOptions options = new MarkerOptions( );
// Your code goes here

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions