@veriterra/types
v1.0.2
Published
VeriTerra Types Library
Downloads
3
Maintainers
Readme
@veriterra/types
VeriTerra Types Library - TypeScript type definitions for VeriTerra applications.
Installation
npm install @veriterra/typesDescription
This package provides TypeScript type definitions for VeriTerra applications, focusing on location and address data structures. It's designed to be used with TypeScript projects that integrate with VeriTerra services or Dynamics 365.
Usage
import { SearchAddress } from '@veriterra/types';
// Example usage
const address: SearchAddress = {
buildingNumber: '123',
buildingName: 'Tech Tower',
roadName: 'Innovation Street',
town: 'Tech City',
postcode: 'TC1 2AB',
wkt: 'POINT(0 0)',
polygonRawData: '...',
organisationName: 'VeriTerra Ltd',
subBuildingName: 'Suite 4B',
locality: 'Tech District'
};Types
SearchAddress
Interface for address data with the following properties:
buildingNumber: String representing the building numberbuildingName: String representing the building nameroadName: String representing the road or street nametown: String representing the town or citypostcode: String representing the postal codewkt: String in Well-Known Text format for spatial datapolygonRawData: String containing raw polygon dataorganisationName: String representing the organization namesubBuildingName: String representing the sub-building namelocality: String representing the locality
Keywords
- veriterra
- types
- typescript
- sdk
- dynamics365
License
ISC
Author
Veriand Consulting Ltd.
