Contents

region

A map region that provides a hint about the geographic area to search.

Declaration

get region(): CoordinateRegion | null;
set region(value: CoordinateRegion | null);

Discussion

This property specifies a region of a map in which to search. In a map application, this is typically the region the map displays.

{ region: map.region }