Skip to main content

HERE Technologies

HERE Technologies is a location data and technology platform that powers mapping, navigation, and location services across the globe. When integrated with Mappedin's indoor mapping capabilities, it creates a comprehensive solution that combines HERE's extensive outdoor mapping infrastructure with detailed indoor navigation, making it ideal for organizations seeking to provide end-to-end location experiences from outdoor to indoor environments.

Mappedin Indoor Map with HERE Technologies

Why Choose Mappedin with HERE Technologies?

  • Combine HERE outdoor maps with detailed indoor floor plans
  • Use HERE's outdoor map styles

Getting Started

To use HERE outdoor maps within Mappedin JS, provide a link to the HERE vector tile style JSON file as shown below. Note that a HERE API key is required.

const mapView = await show3dMap(
document.getElementById("mappedin-map") as HTMLDivElement,
mapData,
{
outdoorView: {
// HERE vector tile style
style: `https://assets.vector.hereapi.com/styles/berlin/day/mapbox/tilezen?apikey=<YOUR_HERE_API_KEY>`,
},
}
);