---
title: isGeometryFlipped
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mktileoverlay/isgeometryflipped
---

# isGeometryFlipped

A Boolean value that indicates the orientation of tile indexes along the y-axis.

## Declaration

```swift
var isGeometryFlipped: Bool { get set }
```

## Discussion

Discussion When set to false, tile indexes start in the upper-left corner of the map and proceed down and to the right. Thus, the tile at (0, 0)is in the upper-left corner of the map, the tile at (1, 0) is to its immediate right and the tile at (0, 1) is immediately below it. Setting this property to true causes the map to start indexes at the lower-left corner of the map and proceed up and to the right. The default value of this property is false.

## See Also

### Accessing the tile attributes

- [tileSize](mapkit/mktileoverlay/tilesize.md)
- [minimumZ](mapkit/mktileoverlay/minimumz.md)
- [maximumZ](mapkit/mktileoverlay/maximumz.md)
- [canReplaceMapContent](mapkit/mktileoverlay/canreplacemapcontent.md)
