diff --git a/site/sfguides/src/geocoding_address_data_with_mapbox/geocoding_address_data_with_mapbox.md b/site/sfguides/src/geocoding_address_data_with_mapbox/geocoding_address_data_with_mapbox.md index 4e7975c46..6f3e79400 100644 --- a/site/sfguides/src/geocoding_address_data_with_mapbox/geocoding_address_data_with_mapbox.md +++ b/site/sfguides/src/geocoding_address_data_with_mapbox/geocoding_address_data_with_mapbox.md @@ -14,11 +14,11 @@ tags: Getting Started, API, Geo, Spatial, Geospatial, Geocoding ## Overview Duration: 1 -This Quickstart will help you get started with the __Mapbox Snowflake Native App__, which adds new user-defined functions (UDFs) for geocoding that you can use in your SQL queries. Geocoding converts your address data (e.g. "1600 Pennsylvania Ave, Washington, DC, 20500") into geographic coordinates which can be used for mapping and spatial analysis. +This Quickstart will help you get started with the __Mapbox Snowflake Native App__, which adds new stored procedures for geocoding, navigation, and Mapbox boundaries APIs and data that you can use in your SQL queries. Geocoding converts your address data (e.g. "1600 Pennsylvania Ave, Washington, DC, 20500") into geographic coordinates which can be used for mapping and spatial analysis. Navigation stored procedures help calculate distance and duration between start and destination points, and calculate isochrones. Mapbox boundaries stored procedures allow you to do point-in-polygon lookups against the Mapbox boundaries dataset. -Geocoding is used by companies for a variety of purposes, including asset tracking, supply chain and retail strategy, and analysis of demographic trends, elections, and real estate. +Mapbox geocoding, navigation, and boundaries APIs and data are used by companies for a variety of purposes, including asset tracking, supply chain and retail strategy, and analysis of demographic trends, elections, and real estate. -The Mapbox Snowflake Native App is powered by the [Mapbox Geocoding API](https://docs.mapbox.com/api/search/geocoding/) and the boundaries lookup is powered by [Mapbox Boundaries](https://www.mapbox.com/boundaries). +The Mapbox Snowflake Native App is powered by [Mapbox APIs](https://docs.mapbox.com/api) and the boundaries lookup is powered by [Mapbox Boundaries](https://www.mapbox.com/boundaries). ![logos](assets/logos.png)