What types of map types are available in the Maps API?

Several possible map type implementations exist within the Maps JavaScript API: Standard tile sets consisting of images which collectively constitute full cartographic maps. These tile sets are also known as base map types. Image tile overlays which display on top of existing base map types.

How do I modify the map type in use by the map?

You modify the map type in use by the Map by setting its mapTypeId property, either within the constructor via setting its Map options object, or by calling the map’s setMapTypeId () method. The mapTypeID property defaults to roadmap.

What is the 45° imagery in the maps JavaScript API?

The Maps JavaScript API supports special 45° imagery for certain locations. This high-resolution imagery provides perspective views towards each of the cardinal direction (North, South, East, West). These images are available at higher zoom levels for supported map types. The following image shows a 45° perspective view of New York City:

What is the styledmaptype and how does it work?

// show that map type. The StyledMapType allows you to customize the presentation of the standard Google base maps, changing the visual display of such elements as roads, parks, and built-up areas to reflect a different style than that used in the default map type. For more information about the StyledMapType, see the guide to styled maps.

What kind of imagery does the maps JavaScript API support?

The Maps JavaScript API uses a map type registry, explained below, to manage these references. The Maps JavaScript API supports special 45° imagery for certain locations. This high-resolution imagery provides perspective views towards each of the cardinal direction (North, South, East, West).

What is a region in map kit?

Using Map Kit, the portion of the map that is displayed on the screen is referred to as the region. The region is defined by a center location and a span of the surrounding area to be displayed. Inside the Map View an annotation could be created, indication a Point of Interest.