Home » HTML » HTML APIs » Question
  1. Which of the following map type is not supported by mapTypeId?
    1. Terrain
    2. Hybrid
    3. Climatic map
    4. Roadmap
    5. None of these
Correct Option: C

The map type that is to be displayed is specified by mapTypeId. The types that are supported are Satellite, Roadmap, Terrain and hybrid. E.g. mapTypeId: google.maps.MapTypeId.ROADMAP.



Your comments will be displayed only after manual approval.