@itwin/geo-tools-react
TypeScript icon, indicating that this package has built-in type declarations

5.1.0 • Public • Published

@itwin/geo-tools-react

Copyright © Bentley Systems, Incorporated. All rights reserved.

The geo-tools-react provides various React components and iTwin.js tools to support GIS workflows.

Usage

What to add in your iTwin AppUI based application

With a few short lines, you can add the Geo Address Search tool to your app.

Call GeoTools.initialize() before making use of the providers

import { GeoTools } from "@itwin/geo-tools-react";
...
await GeoTools.initialize(IModelApp.localization);

Register Provider

import { UiItemsManager } from "@itwin/appui-abstract";
import { GeoToolsAddressSearchProvider } from "@itwin/geo-tools-react";
...
UiItemsManager.register(new GeoToolsAddressSearchProvider());

/@itwin/geo-tools-react/

    Package Sidebar

    Install

    npm i @itwin/geo-tools-react

    Weekly Downloads

    719

    Version

    5.1.0

    License

    MIT

    Unpacked Size

    1.43 MB

    Total Files

    97

    Last publish

    Collaborators

    • wgoehrig
    • cshafer
    • aruniverse
    • imodeljs
    • colinkerr