GoogleMaps3D Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Enumerations
The following enumerations are available globally.
-
Declaration
Swift
enum AltitudeMode
extension AltitudeMode : Equatable, Hashable
-
Represents various constraints that can be applied to the camera’s position
or orientation.
Use these cases to define limits on camera properties like altitude, heading, tilt,
or geographical bounds, often used to guide user interaction or enforce
specific viewing perspectives within a map or scene view.
Declaration
Swift
enum CameraRestriction
-
Declaration
Swift
enum CollisionBehavior
extension CollisionBehavior : Equatable, Hashable
-
Declaration
Swift
enum MapError
extension MapError : Copyable, Equatable, Error, Escapable, Hashable, Sendable
-
The different map modes that can be set when initializing a Map
.
Declaration
Swift
enum MapMode
extension MapMode : Copyable, Equatable, Escapable, Hashable
-
Declaration
Swift
enum StrokePattern
extension StrokePattern : Copyable, Equatable, Escapable, Hashable
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[],[],null,["# GoogleMaps3D Framework Reference\n\nEnumerations\n============\n\nThe following enumerations are available globally.\n- `\n ``\n ``\n `\n\n ### [AltitudeMode](/maps/documentation/maps-3d/ios-sdk/reference/Enums/AltitudeMode)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n enum AltitudeMode\n\n extension AltitudeMode : Equatable, Hashable\n\n- `\n ``\n ``\n `\n\n ### [CameraRestriction](/maps/documentation/maps-3d/ios-sdk/reference/Enums/CameraRestriction)\n\n `\n ` \n Represents various constraints that can be applied to the camera's position\n or orientation.\n\n Use these cases to define limits on camera properties like altitude, heading, tilt,\n or geographical bounds, often used to guide user interaction or enforce\n specific viewing perspectives within a map or scene view. \n\n #### Declaration\n\n Swift \n\n enum CameraRestriction\n\n- `\n ``\n ``\n `\n\n ### [CollisionBehavior](/maps/documentation/maps-3d/ios-sdk/reference/Enums/CollisionBehavior)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n enum CollisionBehavior\n\n extension CollisionBehavior : Equatable, Hashable\n\n- `\n ``\n ``\n `\n\n ### [MapError](/maps/documentation/maps-3d/ios-sdk/reference/Enums/MapError)\n\n `\n ` \n Error types for Map. \n\n #### Declaration\n\n Swift \n\n enum MapError\n\n extension MapError : Copyable, Equatable, Error, Escapable, Hashable, Sendable\n\n- `\n ``\n ``\n `\n\n ### [MapMode](/maps/documentation/maps-3d/ios-sdk/reference/Enums/MapMode)\n\n `\n ` \n The different map modes that can be set when initializing a [Map](/maps/documentation/maps-3d/ios-sdk/reference/Structs/Map). \n\n #### Declaration\n\n Swift \n\n enum MapMode\n\n extension MapMode : Copyable, Equatable, Escapable, Hashable\n\n- `\n ``\n ``\n `\n\n ### [StrokePattern](/maps/documentation/maps-3d/ios-sdk/reference/Enums/StrokePattern)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n enum StrokePattern\n\n extension StrokePattern : Copyable, Equatable, Escapable, Hashable"]]