<!--
{
  "availability" : [
    "iOS: 26.0 -",
    "iPadOS: 26.0 -",
    "macCatalyst: 26.0 -",
    "macOS: 26.0 -",
    "tvOS: 26.0 -",
    "visionOS: 26.0 -",
    "watchOS: 26.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GeoToolbox",
  "identifier" : "/documentation/GeoToolbox",
  "metadataVersion" : "0.1.0",
  "role" : "Framework",
  "symbol" : {
    "kind" : "Framework",
    "modules" : [
      "GeoToolbox"
    ],
    "preciseIdentifier" : "GeoToolbox"
  },
  "title" : "GeoToolbox"
}
-->

# GeoToolbox

Determine place descriptor information for map coordinates.

## Overview

Use `GeoToolbox` to create `PlaceDescriptor` structures for use across Maps technologies and third-party mapping systems.

## Topics

### Getting rich information about a place

[`PlaceDescriptor`](/documentation/GeoToolbox/PlaceDescriptor)

A structure that contains identifying information about a place that a mapping service may use to attempt to find rich place information such as phone numbers, websites, and so on.

### Creating a place descriptor

[`init(item:)`](/documentation/GeoToolbox/PlaceDescriptor/init(item:))

Creates a place descriptor from a map item.

[`init(representations:commonName:supportingRepresentations:)`](/documentation/GeoToolbox/PlaceDescriptor/init(representations:commonName:supportingRepresentations:))

Creates a place descriptor, suitable for use when searching or retrieving rich data about a place.

### Values that describe places and mapping service providers

[`PlaceRepresentation`](/documentation/GeoToolbox/PlaceDescriptor/PlaceRepresentation)

Values that represent a physical place, suitable for use when searching or retrieving rich data.

[`SupportingPlaceRepresentation`](/documentation/GeoToolbox/PlaceDescriptor/SupportingPlaceRepresentation)

Values that describe the representation of a physical place using proprietary attributes, such as an alphanumeric location identifier from a mapping service provider.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)